From c33772c4135fae9b6546f19d4daaaa043bf73ddf Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 6 Jul 2022 08:48:43 -0500 Subject: [PATCH] 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. --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/main.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4b66c5d8a..57e4b2a58 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -9,7 +9,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 permissions: actions: read contents: read diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f40e85cc2..522c576af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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