Skip to content

Commit

Permalink
macOS-12 environment is deprecated. Switching actions to macOS-13
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Jan 5, 2025
1 parent 771f34a commit bc0c04f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bc0c04f

Please sign in to comment.