]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
os-zoo CI: Replace macos-12 run with macos-15
authorTomas Mraz <tomas@openssl.org>
Wed, 16 Oct 2024 19:49:50 +0000 (21:49 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 20 Nov 2024 11:22:50 +0000 (12:22 +0100)
macos-12 runners will be removed in December.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Hugo Landau <hlandau@devever.net>
(Merged from https://github.com/openssl/openssl/pull/25715)

(cherry picked from commit 6a3d5b6e62bf82639d0379e94e0581927251e638)

.github/workflows/os-zoo.yml

index cd16a778ab5c8aa93eac8d4ab53c0276b0defe40..021a429ab837686a65f9db4aa28d757881186643 100644 (file)
@@ -105,7 +105,7 @@ jobs:
       fail-fast: false
       matrix:
         branch: [openssl-3.0, openssl-3.1, master]
-        os: [macos-11, macos-12, macos-13, macos-14]
+        os: [macos-13, macos-14, macos-15]
     runs-on: ${{ matrix.os }}
     steps:
     - uses: actions/checkout@v4