From f8eb7c9fdf5d97ccf4bdacb7bb1b389273315caf Mon Sep 17 00:00:00 2001 From: Alexis Maiquez Date: Sat, 6 May 2023 16:47:51 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20ubuntu=2020.04=20from=20the=20wayland?= =?UTF-8?q?=20pipeline=20due=20to=20error:=20=E2=80=98const=20wl=5Foutput?= =?UTF-8?q?=5Flistener=E2=80=99=20has=20no=20non-static=20data=20member=20?= =?UTF-8?q?named=20=E2=80=98name=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Maiquez --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 5f185d8..1cd2dac 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -38,7 +38,7 @@ jobs: build-wayland: strategy: matrix: - os: [ubuntu-22.04, ubuntu-20.04] + os: [ubuntu-22.04] # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac. # You can convert this to a matrix build if you need cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix