trivial: revert back to Ubuntu 20.04 for the github workflows

For some reason the Azure mirror is failing *again* with systemd.
This doesn't seem to affect the Circle CI builds this time though.
This commit is contained in:
Mario Limonciello 2022-07-06 08:48:43 -05:00 committed by Mario Limonciello
parent 5f202fca1e
commit c33772c413
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
permissions:
actions: read
contents: read

View File

@ -7,7 +7,7 @@ on:
jobs:
pre-commit:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
@ -23,7 +23,7 @@ jobs:
sed -i "/no-commit-to-branch/,+1d" .pre-commit-config.yaml
pre-commit run --hook-stage commit --all-files
abi:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
@ -38,7 +38,7 @@ jobs:
run: ./contrib/ci/check-abi $(git describe --abbrev=0 --tags) $(git rev-parse HEAD)
openbmc:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Refresh dependencies