浏览代码

[ci] zlib 1.3 is out, 1.2.13 is now 404

Rudy Ges 1 年之前
父节点
当前提交
5c0f4b60d4
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/main.yml
  2. 1 1
      extra/github-actions/build-mac.yml

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

@@ -608,7 +608,7 @@ jobs:
       - name: Install dependencies
       - name: Install dependencies
         env:
         env:
           # For compatibility with macOS 10.13
           # For compatibility with macOS 10.13
-          ZLIB_VERSION: 1.2.13
+          ZLIB_VERSION: 1.3
           MBEDTLS_VERSION: 2.25.0
           MBEDTLS_VERSION: 2.25.0
           PCRE2_VERSION: 10.42
           PCRE2_VERSION: 10.42
         run: |
         run: |

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

@@ -1,7 +1,7 @@
 - name: Install dependencies
 - name: Install dependencies
   env:
   env:
     # For compatibility with macOS 10.13
     # For compatibility with macOS 10.13
-    ZLIB_VERSION: 1.2.13
+    ZLIB_VERSION: 1.3
     MBEDTLS_VERSION: 2.25.0
     MBEDTLS_VERSION: 2.25.0
     PCRE2_VERSION: 10.42
     PCRE2_VERSION: 10.42
   run: |
   run: |