ci: bump GH Actions to Ubuntu Jammy where applicable

This commit is contained in:
Frantisek Sumsal 2022-05-21 16:03:14 +02:00
parent 1246d09705
commit aa1bf7e61d
5 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ toJSON(matrix.env) }}-${{ github.ref }}
cancel-in-progress: true

View file

@ -25,7 +25,7 @@ permissions:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ matrix.language }}-${{ github.ref }}
cancel-in-progress: true

View file

@ -14,7 +14,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.repository == 'systemd/systemd'
env:
COVERITY_SCAN_BRANCH_PATTERN: "${{ github.ref}}"

View file

@ -24,7 +24,7 @@ env:
jobs:
ci:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ matrix.distro }}-${{ matrix.release }}-${{ github.ref }}
cancel-in-progress: true
@ -37,7 +37,7 @@ jobs:
- distro: debian
release: testing
- distro: ubuntu
release: focal
release: jammy
- distro: fedora
release: "36"
- distro: opensuse

View file

@ -14,7 +14,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ matrix.run_phase }}-${{ matrix.cryptolib }}-${{ github.ref }}
cancel-in-progress: true