]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Ubuntu 18.04 is being removed shortly, update workflows to use 20.04.
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 7 Feb 2023 22:18:31 +0000 (23:18 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 8 Feb 2023 11:26:23 +0000 (12:26 +0100)
Clang-6.0 is still supported according to Ubuntu package list website.

.github/workflows/cmake.yml
.github/workflows/configure.yml

index 4878038acc302f968ecae77fbbf5b6ff6e6a7370..1d0eeeb246dbaea238701fc3bb44eeb718fb7029 100644 (file)
@@ -12,8 +12,8 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - name: Ubuntu 18.04 GCC
-            os: ubuntu-18.04
+          - name: Ubuntu 20.04 GCC
+            os: ubuntu-20.04
             compiler: gcc
             cxx-compiler: g++
 
@@ -281,8 +281,8 @@ jobs:
              # Limit parallel test jobs to prevent wine errors
             parallels-jobs: 1
 
-          - name: Ubuntu 18.04 Clang
-            os: ubuntu-18.04
+          - name: Ubuntu 20.04 Clang
+            os: ubuntu-20.04
             compiler: clang-6.0
             cxx-compiler: clang++-6.0
             packages: clang-6.0
index 7f2a8683b5575d5ebfe4bc973c6ebf6775f8c199..e0dde6f9be5936f978c09e4a6ffcf8c8ca4251bd 100644 (file)
@@ -13,8 +13,8 @@ jobs:
             compiler: gcc
             configure-args: --warn
 
-          - name: Ubuntu 18.04 GCC
-            os: ubuntu-18.04
+          - name: Ubuntu 20.04 GCC
+            os: ubuntu-20.04
             compiler: gcc
             configure-args: --warn