mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Use Ubuntu that contains GDB 10
Until we are ready for GDB 12 in the testsuite, run the GHA checks against GDB 10 by chaning base OS to Ubuntu 20.04 instead of latest (which recently changed to 22.04) Worksaround #210
This commit is contained in:
parent
04eb05401c
commit
f24a506ada
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 90
|
||||
|
||||
steps:
|
||||
|
|
2
.github/workflows/code-cleanliness.yml
vendored
2
.github/workflows/code-cleanliness.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
2
.github/workflows/report.yml
vendored
2
.github/workflows/report.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
unit-test-results:
|
||||
name: Unit Test Results
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.event.workflow_run.conclusion != 'skipped'
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue