Skip to content

Commit b6663ad

Browse files
committed
try running macos-14-large intel based runner
1 parent 8fd8050 commit b6663ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
os: [ubuntu-22.04, macos-14]
27+
os: [ubuntu-22.04, macos-14-large]
2828
group: [notebook, base, services]
2929
exclude:
3030
- group: services

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [ubuntu-22.04, macos-14]
24+
os: [ubuntu-22.04, macos-14-large]
2525
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
2626
steps:
2727
- name: Checkout

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
os: [ubuntu-22.04, macos-14, windows-2022]
31+
os: [ubuntu-22.04, macos-14-large, windows-2022]
3232
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
3333
steps:
3434
- name: Checkout

0 commit comments

Comments
 (0)