mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-15 13:13:04 +00:00
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:
parent
5f202fca1e
commit
c33772c413
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -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
|
||||||
|
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user