Sfoglia il codice sorgente

Fix macOS CI (#11359)

Update mbedtls to 2.28.5
Zeta 1 anno fa
parent
commit
7b5041f820
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      .github/workflows/main.yml
  2. 1 1
      extra/github-actions/build-mac.yml

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

@@ -616,7 +616,7 @@ jobs:
         env:
         env:
           # For compatibility with macOS 10.13
           # For compatibility with macOS 10.13
           ZLIB_VERSION: 1.3
           ZLIB_VERSION: 1.3
-          MBEDTLS_VERSION: 2.25.0
+          MBEDTLS_VERSION: 2.28.5
           PCRE2_VERSION: 10.42
           PCRE2_VERSION: 10.42
         run: |
         run: |
           set -ex
           set -ex

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

@@ -2,7 +2,7 @@
   env:
   env:
     # For compatibility with macOS 10.13
     # For compatibility with macOS 10.13
     ZLIB_VERSION: 1.3
     ZLIB_VERSION: 1.3
-    MBEDTLS_VERSION: 2.25.0
+    MBEDTLS_VERSION: 2.28.5
     PCRE2_VERSION: 10.42
     PCRE2_VERSION: 10.42
   run: |
   run: |
     set -ex
     set -ex