From: Tomas Mraz Date: Wed, 16 Oct 2024 19:49:50 +0000 (+0200) Subject: os-zoo CI: Replace macos-12 run with macos-15 X-Git-Tag: openssl-3.4.1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e648df3255180d5ddebdbd3dae1b4aa54430a8e;p=thirdparty%2Fopenssl.git os-zoo CI: Replace macos-12 run with macos-15 macos-12 runners will be removed in December. Reviewed-by: Paul Dale Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/25715) (cherry picked from commit 6a3d5b6e62bf82639d0379e94e0581927251e638) --- diff --git a/.github/workflows/os-zoo.yml b/.github/workflows/os-zoo.yml index 884c08599df..9e62d468d4f 100644 --- a/.github/workflows/os-zoo.yml +++ b/.github/workflows/os-zoo.yml @@ -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