Commit 08420c4 1 parent b3b3e4a commit 08420c4 Copy full SHA for 08420c4
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -148,11 +148,12 @@ jobs:
148
148
149
149
# According to https://github.com/actions/runner-images/blob/macos-14-arm64/20241119.509/images/macos/macos-14-arm64-Readme.md
150
150
# [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
152
153
build-macos-openssl-1-1 :
153
154
strategy :
154
155
matrix :
155
- platform : [macos-12 ]
156
+ platform : [macos-13 ]
156
157
runs-on : ${{ matrix.platform }}
157
158
steps :
158
159
- uses : actions/checkout@v4
@@ -165,7 +166,7 @@ jobs:
165
166
build-macos-openssl-1-0-2 :
166
167
strategy :
167
168
matrix :
168
- platform : [macos-12 ]
169
+ platform : [macos-13 ]
169
170
runs-on : ${{ matrix.platform }}
170
171
steps :
171
172
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments