]> 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:50 +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 4d30e01c4c64417c8681c63173867d6673b75ef5..9d4789b46dc0cc40b0c8ec685d32d5d9c21235e9 100644 (file)
@@ -260,7 +260,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
@@ -572,7 +572,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