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.3.3~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faf8594fd8eee11939fc780e38b5cbea889ba07c;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 cd16a778ab5..021a429ab83 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-11, macos-12, macos-13, macos-14] + os: [macos-13, macos-14, macos-15] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4