summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2023-01-11 13:57:46 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2023-01-11 16:37:54 +1000
commit0f17a3e6c1883d1926ce138643e4203c55dba450 (patch)
tree5a9ba325da9950ce27e294bdca59a11d0d1b4b7b
parent492b0056a2f6776f336cf6887cf5458db3794617 (diff)
downloadlibwacom-0f17a3e6c1883d1926ce138643e4203c55dba450.tar.gz
CI: bump to use latest Ubuntu LTS
-rw-r--r--.github/workflows/check-for-sysinfo.yml2
-rw-r--r--.github/workflows/main.yml10
-rw-r--r--.github/workflows/pages.yml2
3 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/check-for-sysinfo.yml b/.github/workflows/check-for-sysinfo.yml
index 30af63c..7a1a814 100644
--- a/.github/workflows/check-for-sysinfo.yml
+++ b/.github/workflows/check-for-sysinfo.yml
@@ -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:
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3b1d551..70be41b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -9,7 +9,7 @@ env:
jobs:
build-and-dist:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
strategy:
matrix:
compiler:
@@ -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
@@ -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:
@@ -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
@@ -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'
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index 5cfc39a..2eeaffa 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -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