File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203 python .\aws-c-http\build\deps\aws-c-common\scripts\appverifier_ctest.py --build_directory .\aws-c-http\build\aws-c-http
204204
205205 macos :
206- runs-on : macos-26
206+ runs-on : macos-15
207207 strategy :
208208 fail-fast : false
209209 matrix :
@@ -220,7 +220,7 @@ jobs:
220220 ./builder build -p ${{ env.PACKAGE_NAME }} --cmake-extra=-DAWS_USE_APPLE_NETWORK_FRAMEWORK=${{ matrix.eventloop == 'dispatch_queue' && 'ON' || 'OFF' }}
221221
222222 macos-x64 :
223- runs-on : macos-26 -large
223+ runs-on : macos-15 -large
224224 steps :
225225 - uses : aws-actions/configure-aws-credentials@v4
226226 with :
@@ -247,7 +247,7 @@ jobs:
247247 python3 builder.pyz build -p aws-c-http --cmake-extra=-DENABLE_LOCALHOST_INTEGRATION_TESTS=ON --config Debug
248248
249249 localhost-test-macos :
250- runs-on : macos-26
250+ runs-on : macos-15
251251 strategy :
252252 fail-fast : false
253253 matrix :
You can’t perform that action at this time.
0 commit comments