]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fixed GitHub Actions warning about old version of macOS being used.
authorNathan Moinvaziri <nathan@nathanm.com>
Sun, 9 Feb 2020 03:35:20 +0000 (19:35 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 9 Feb 2020 19:25:29 +0000 (20:25 +0100)
.github/workflows/cmake.yml
.github/workflows/configure.yml

index ade86cb3f076a4a3244f695b3233dbf3cb58fe96..7ea95618fb8bb79d4e98a0dc7ee246dbdbdec0eb 100644 (file)
@@ -38,8 +38,8 @@ jobs:
           Windows 2019 GCC,
           Windows 2019 GCC Compat,
           Windows 2019 GCC Compat No Opt,
-          macOS 10.14 Clang,
-          macOS 10.14 GCC
+          macOS Clang,
+          macOS GCC
         ]
         include:
           - name: Ubuntu 18.04 GCC
@@ -251,14 +251,14 @@ jobs:
             cmake-args: -G Ninja -DZLIB_COMPAT=ON -DWITH_NEW_STRATEGIES=NO -DWITH_OPTIM=NO
             codecov: win64_gcc
 
-          - name: macOS 10.14 Clang
-            os: macOS-10.14
+          - name: macOS Clang
+            os: macOS-latest
             compiler: clang
             cmake-args: -DWITH_SANITIZERS=ON
             codecov: macos_clang
 
-          - name: macOS 10.14 GCC
-            os: macOS-10.14
+          - name: macOS GCC
+            os: macOS-latest
             compiler: gcc
             cmake-args: -DWITH_SANITIZERS=ON
             codecov: macos_gcc
index 23078bf1fcafa29a9ecf4df5c7874c6bb0ff66e5..4a2055e365d4df6a5d5fe31f098830a8961d2291 100644 (file)
@@ -25,7 +25,7 @@ jobs:
           Ubuntu 18.04 GCC ARM HF Compat No Neon,
           Ubuntu 18.04 GCC AARCH64 Compat No Opt,
           Ubuntu 18.04 GCC AARCH64 Compat,
-          macOS 10.14 GCC
+          macOS GCC
         ]
         include:
           - name: Ubuntu 18.04 GCC
@@ -128,8 +128,8 @@ jobs:
             asan-options: detect_leaks=0
             packages: qemu gcc-aarch64-linux-gnu libc-dev-arm64-cross
 
-          - name: macOS 10.14 GCC
-            os: macOS-10.14
+          - name: macOS GCC
+            os: macOS-latest
             compiler: gcc
             configure-args: --warn