From b3fb1e5fdf1fba332062f42a8037ac44d23bb0e9 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 14 Oct 2025 17:41:42 +0200 Subject: [PATCH] ci.yml: Update macos runners as macos-13 is discontinued MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Saša Nedvědický Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/28900) (cherry picked from commit 40b22874b12b8c1aade772912258c120a49b9212) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bb27b4cf66..32a2a8992cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -266,7 +266,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 @@ -578,7 +578,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 -- 2.47.3