Skip to content

Commit

Permalink
CI: bump our containers to use Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed Mar 3, 2024
1 parent f963825 commit 6f8ed05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
compile-with-autotools:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
compiler: [ gcc, clang ]
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6f8ed05

Please sign in to comment.