Browse Source

[ci] update zlib on mac

Because apparently they just delete the previous version...
Simon Krajewski 3 years ago
parent
commit
b9a9ec84d4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/main.yml
  2. 1 1
      extra/github-actions/build-mac.yml

+ 1 - 1
.github/workflows/main.yml

@@ -320,7 +320,7 @@ jobs:
 
       - name: Install dependencies
         env:
-          ZLIB_VERSION: 1.2.11
+          ZLIB_VERSION: 1.2.12
           MBEDTLS_VERSION: 2.25.0
           PCRE_VERSION: 10.39
         run: |

+ 1 - 1
extra/github-actions/build-mac.yml

@@ -1,6 +1,6 @@
 - name: Install dependencies
   env:
-    ZLIB_VERSION: 1.2.11
+    ZLIB_VERSION: 1.2.12
     MBEDTLS_VERSION: 2.25.0
     PCRE_VERSION: 10.39
   run: |