From bc0c04f37c82acaef0b1fb71adbd20a3839b0ec8 Mon Sep 17 00:00:00 2001 From: filipecosta90 Date: Sun, 5 Jan 2025 19:15:32 +0000 Subject: [PATCH] macOS-12 environment is deprecated. Switching actions to macOS-13 --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c0fa57..daf3296 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,11 +148,12 @@ jobs: # According to https://github.com/actions/runner-images/blob/macos-14-arm64/20241119.509/images/macos/macos-14-arm64-Readme.md # [macOS] OpenSSL 1.1 will be removed and OpenSSL 3 will be the default for all macOS images from November 4, 2024 - # so use macos-12 which does not have the deprecation notice + # so use macos-13 which does not have the deprecation notice + # macos-13 details: https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md build-macos-openssl-1-1: strategy: matrix: - platform: [macos-12] + platform: [macos-13] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v4 @@ -165,7 +166,7 @@ jobs: build-macos-openssl-1-0-2: strategy: matrix: - platform: [macos-12] + platform: [macos-13] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v4