瀏覽代碼

Update zlib (#10837)

RblSb 2 年之前
父節點
當前提交
aad191844d
共有 2 個文件被更改,包括 4 次插入2 次删除
  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
         env:
-          ZLIB_VERSION: 1.2.12
+          # For compatibility with macOS 10.13
+          ZLIB_VERSION: 1.2.13
           MBEDTLS_VERSION: 2.25.0
           PCRE_VERSION: 10.39
         run: |

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

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