From e51b71af044ea324009009e27e17380f2a3df255 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 30 Nov 2020 11:00:28 +1000 Subject: 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 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') 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: -- cgit v1.2.1