]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ci.yml: Update macos runners as macos-13 is discontinued
authorTomas Mraz <tomas@openssl.org>
Tue, 14 Oct 2025 15:41:42 +0000 (17:41 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 17 Oct 2025 17:48:41 +0000 (19:48 +0200)
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28900)

(cherry picked from commit 40b22874b12b8c1aade772912258c120a49b9212)

.github/workflows/ci.yml

index 86dc3bd70af1efde6272218c247399d49901c5bd..1e548de8188ae8f037d4f1eb9dc0294fed5a037a 100644 (file)
@@ -266,7 +266,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [macos-13, macos-14]
+        os: [macos-14, macos-14-large]
     runs-on: ${{ matrix.os }}
     steps:
     - uses: actions/checkout@v4
@@ -578,7 +578,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [macos-13, macos-14]
+        os: [macos-15, macos-15-large]
     runs-on: ${{ matrix.os }}
     steps:
     - uses: actions/checkout@v4