]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Change configure workflow to use gcc-11 for MacOS
authorMika Lindqvist <postmaster@raasu.org>
Thu, 19 Jan 2023 00:01:11 +0000 (02:01 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 19 Jan 2023 13:48:13 +0000 (14:48 +0100)
* gcc-9 is not installed on macos-latest runner

.github/workflows/configure.yml

index 48651fa6cfec2d9b3551470d6e4bf1012625bfd2..c2927f73b37b0204d38a5a91f75b04e832d8031a 100644 (file)
@@ -171,17 +171,17 @@ jobs:
 
           - name: macOS GCC Symbol Prefix
             os: macOS-latest
-            compiler: gcc-9
+            compiler: gcc-11
             configure-args: --sprefix=zTest_
 
           - name: macOS GCC Symbol Prefix & Compat
             os: macOS-latest
-            compiler: gcc-9
+            compiler: gcc-11
             configure-args: --zlib-compat --sprefix=zTest_
 
           - name: macOS GCC
             os: macOS-latest
-            compiler: gcc-9
+            compiler: gcc-11
             configure-args: --warn
 
     steps: