File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments