Skip to content

Commit daea2fd

Browse files
committed
use 15?
1 parent 0fc6168 commit daea2fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)