Skip to content

Commit

Permalink
CI: bump to use latest Ubuntu LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed Jan 11, 2023
1 parent 492b005 commit 0f17a3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-sysinfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ pull_request ]

jobs:
checksysinfo:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
build-and-dist:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
compiler:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
# valgrind run
#
valgrind:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
# install python so we get pip for meson
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
# /etc/ loading check
etcdir:
needs: build-and-dist
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
command:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
# duplicate device check
duplicate-devices:
needs: build-and-dist
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
# install python so we get pip for meson
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
#
build-from-tarball:
needs: build-and-dist
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
TARBALLDIR: '_tarball_dir'
INSTALLDIR: '/tmp/libwacom/_inst'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/pkginstall
Expand Down

0 comments on commit 0f17a3e

Please sign in to comment.