Skip to content

Commit 08420c4

Browse files
macOS-12 environment is deprecated. Switching actions to macOS-13 (#287)
1 parent b3b3e4a commit 08420c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,12 @@ jobs:
148148

149149
# According to https://github.com/actions/runner-images/blob/macos-14-arm64/20241119.509/images/macos/macos-14-arm64-Readme.md
150150
# [macOS] OpenSSL 1.1 will be removed and OpenSSL 3 will be the default for all macOS images from November 4, 2024
151-
# so use macos-12 which does not have the deprecation notice
151+
# so use macos-13 which does not have the deprecation notice
152+
# macos-13 details: https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
152153
build-macos-openssl-1-1:
153154
strategy:
154155
matrix:
155-
platform: [macos-12]
156+
platform: [macos-13]
156157
runs-on: ${{ matrix.platform }}
157158
steps:
158159
- uses: actions/checkout@v4
@@ -165,7 +166,7 @@ jobs:
165166
build-macos-openssl-1-0-2:
166167
strategy:
167168
matrix:
168-
platform: [macos-12]
169+
platform: [macos-13]
169170
runs-on: ${{ matrix.platform }}
170171
steps:
171172
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)