]> 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:59 +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 ffc03d847ef6dd644c3a9782d65faea6def61f5a..117d7a0c294d1b14ed5371db763d831afc7ab646 100644 (file)
@@ -216,7 +216,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
@@ -455,7 +455,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