]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove deprecated ubuntu-20.04 image from CI.
authorNathan Moinvaziri <nathan@nathanm.com>
Tue, 8 Apr 2025 17:00:37 +0000 (10:00 -0700)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Sat, 26 Jul 2025 18:45:02 +0000 (20:45 +0200)
.github/workflows/cmake.yml
.github/workflows/configure.yml

index bf7c2a881351452ef34c33cc1e206b94fcbbbf5b..bdeb0112fec8b5f7576d8e8f0e94cbfa85624511 100644 (file)
@@ -15,11 +15,6 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - name: Ubuntu 20.04 GCC
-            os: ubuntu-20.04
-            compiler: gcc
-            cxx-compiler: g++
-
           - name: Ubuntu GCC ASAN
             os: ubuntu-latest
             compiler: gcc
@@ -273,7 +268,7 @@ jobs:
 
           - name: Ubuntu GCC PPC64LE
             # qemu appears to be broken in newer versions of Ubuntu (see issue 1378)
-            os: ubuntu-20.04
+            os: ubuntu-latest
             cmake-args: -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-powerpc64le.cmake
             packages: qemu qemu-user gcc-powerpc64le-linux-gnu g++-powerpc64le-linux-gnu libc-dev-ppc64el-cross
             gcov-exec: powerpc64le-linux-gnu-gcov
@@ -312,7 +307,7 @@ jobs:
 
           - name: Ubuntu GCC SPARC64
             # qemu appears to be broken in newer versions of Ubuntu (see issue 1378)
-            os: ubuntu-20.04
+            os: ubuntu-latest
             cmake-args: -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-sparc64.cmake
             packages: qemu qemu-user gcc-sparc64-linux-gnu g++-sparc64-linux-gnu libc-dev-sparc64-cross
             ldflags: -static
@@ -398,12 +393,6 @@ jobs:
              # Limit parallel test jobs to prevent wine errors
             parallels-jobs: 1
 
-          - name: Ubuntu 20.04 Clang 6
-            os: ubuntu-20.04
-            compiler: clang-6.0
-            cxx-compiler: clang++-6.0
-            packages: clang-6.0
-
           - name: Ubuntu Clang
             os: ubuntu-latest
             compiler: clang-15
index 6643edb1fa46ef9c1fabc79b2939749d608cfd66..391a9d44b8ba62cae22211ddd64aedf3dcdffc43 100644 (file)
@@ -16,11 +16,6 @@ jobs:
             compiler: gcc
             configure-args: --warn
 
-          - name: Ubuntu 20.04 GCC
-            os: ubuntu-20.04
-            compiler: gcc
-            configure-args: --warn
-
           - name: Ubuntu GCC OSB
             os: ubuntu-latest
             compiler: gcc