From: Tomas Mraz Date: Tue, 14 Oct 2025 15:41:42 +0000 (+0200) Subject: ci.yml: Update macos runners as macos-13 is discontinued X-Git-Tag: 3.3-PRE-CLANG-FORMAT-WEBKIT~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14d6c034dd9c355927e037dab48eba9e96bbd1b1;p=thirdparty%2Fopenssl.git ci.yml: Update macos runners as macos-13 is discontinued Reviewed-by: Saša Nedvědický Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/28900) (cherry picked from commit 40b22874b12b8c1aade772912258c120a49b9212) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d30e01c4c6..9d4789b46dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -260,7 +260,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 @@ -572,7 +572,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