Skip to content

Commit e13b561

Browse files
Update failing CI jobs to MacOS 15
1 parent 5e890cb commit e13b561

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
@@ -202,7 +202,7 @@ jobs:
202202
python builder.pyz build -p ${{ env.PACKAGE_NAME }} downstream
203203
204204
macos:
205-
runs-on: macos-14 #latest
205+
runs-on: macos-15 #latest
206206
steps:
207207
- uses: aws-actions/configure-aws-credentials@v4
208208
with:
@@ -220,7 +220,7 @@ jobs:
220220
python3 codebuild/macos_compatibility_check.py
221221
222222
macos-x64:
223-
runs-on: macos-14-large #latest
223+
runs-on: macos-15-large #latest
224224
steps:
225225
- uses: aws-actions/configure-aws-credentials@v4
226226
with:
@@ -287,7 +287,7 @@ jobs:
287287
288288
289289
localhost-test-macos:
290-
runs-on: macos-14 # latest
290+
runs-on: macos-15 # latest
291291
steps:
292292
- uses: aws-actions/configure-aws-credentials@v4
293293
with:

0 commit comments

Comments
 (0)