Browse Source

Update zlib (#10837)

RblSb 2 years ago
parent
commit
aad191844d
2 changed files with 4 additions and 2 deletions
  1. 2 1
      .github/workflows/main.yml
  2. 2 1
      extra/github-actions/build-mac.yml

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

@@ -408,7 +408,8 @@ jobs:
 
 
       - name: Install dependencies
       - name: Install dependencies
         env:
         env:
-          ZLIB_VERSION: 1.2.12
+          # For compatibility with macOS 10.13
+          ZLIB_VERSION: 1.2.13
           MBEDTLS_VERSION: 2.25.0
           MBEDTLS_VERSION: 2.25.0
           PCRE_VERSION: 10.39
           PCRE_VERSION: 10.39
         run: |
         run: |

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

@@ -1,6 +1,7 @@
 - name: Install dependencies
 - name: Install dependencies
   env:
   env:
-    ZLIB_VERSION: 1.2.12
+    # For compatibility with macOS 10.13
+    ZLIB_VERSION: 1.2.13
     MBEDTLS_VERSION: 2.25.0
     MBEDTLS_VERSION: 2.25.0
     PCRE_VERSION: 10.39
     PCRE_VERSION: 10.39
   run: |
   run: |