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