summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-11-30 11:00:28 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-12-01 15:55:19 +1000
commite51b71af044ea324009009e27e17380f2a3df255 (patch)
tree42a362ad88928db125357bb06be5461b5fdc5382 /.github
parentb3facfbe8e660d4bad7ace87a6fd84cc4f74d2dc (diff)
downloadlibwacom-e51b71af044ea324009009e27e17380f2a3df255.tar.gz
Github Actions: bump to use Ubuntu 20.04
Main motivation here: the python-libevdev needs a newer libevdev than is available in 18.04 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6978875..af047e8 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
# autotools build job
#
autotools:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
strategy:
matrix:
compiler:
@@ -55,7 +55,7 @@ jobs:
# meson build job
#
meson:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
strategy:
matrix:
compiler:
@@ -110,7 +110,7 @@ jobs:
#
build-from-tarball:
needs: autotools
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
strategy:
matrix:
buildtool: