Skip to content

Commit

Permalink
macOS-12 environment is deprecated. Switching actions to macOS-13 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 authored Jan 5, 2025
1 parent b3b3e4a commit 08420c4
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 08420c4

Please sign in to comment.