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: jobs:
analyze: analyze:
name: Analyze name: Analyze
runs-on: ubuntu-22.04 runs-on: ubuntu-20.04
permissions: permissions:
actions: read actions: read
contents: read contents: read

View File

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