diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 62941bb0..a1d43144 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -5,7 +5,7 @@ permissions: jobs: python-black: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout the repo uses: actions/checkout@v3 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db43c6da..18eb56dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ env: jobs: compile-with-autotools: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: compiler: [ gcc, clang ] @@ -59,7 +59,7 @@ jobs: path: xf86-input-wacom-*tar.bz2 compile-with-meson: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: compiler: @@ -93,7 +93,7 @@ jobs: builddir/meson-logs/meson-log.txt compile-with-meson-exact-version: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - uses: linuxwacom/libwacom/.github/actions/pkginstall@master @@ -121,7 +121,7 @@ jobs: # build-from-tarball-autotools: needs: compile-with-autotools - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: TARBALLDIR: '_tarball_dir' INSTALLDIR: '/tmp/_inst' @@ -150,7 +150,7 @@ jobs: build-from-tarball-meson: needs: compile-with-autotools - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: TARBALLDIR: '_tarball_dir' INSTALLDIR: '/tmp/_inst' @@ -185,7 +185,7 @@ jobs: check-tarball-files: needs: compile-with-autotools - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: TARBALLDIR: '_tarball_dir' steps: diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 3720800f..fcd08611 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -17,7 +17,7 @@ env: jobs: coverity: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 environment: coverity if: ${{ github.repository == '$COVERITY_SCAN_PROJECT_NAME' }} steps: