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
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
jobs:
build:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
if: github.repository == 'systemd/systemd'
env:
COVERITY_SCAN_BRANCH_PATTERN: "${{ github.ref}}"
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
- distro: debian
release: testing
- distro: ubuntu
- release: focal
+ release: jammy
- distro: fedora
release: "36"
- distro: opensuse
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