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:
Jonah Graham 2022-12-09 10:02:08 -05:00
parent e874e9b95d
commit 381f9ae080
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
timeout-minutes: 90
steps:

View file

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3

View file

@ -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: