]> 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:21:48 +0000 (12:21 +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 884c08599dfaa93e93e8df6424863d73e2dc23af..9e62d468d4f9475c3071538fbd8653101647b47d 100644 (file)
@@ -105,7 +105,7 @@ jobs:
       fail-fast: false
       matrix:
         branch: [openssl-3.0, openssl-3.1, master]
-        os: [macos-12, macos-13, macos-14]
+        os: [macos-13, macos-14, macos-15]
     runs-on: ${{ matrix.os }}
     steps:
     - uses: actions/checkout@v4