Skip to content

Commit 4853365

Browse files
committed
build: switch to macos "large" to fix missing Firefox
The Arm64 images have been catered to Google and its Chrome browser only, omitting Firefox. Ref actions/runner-images#9974
1 parent 95b5d00 commit 4853365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
node: 20.x
2828

2929
# Includes Firefox, Google Chrome, Safari
30-
# https://github.com/actions/runner-images/blob/macos-15/20241217.493/images/macos/macos-15-Readme.md
30+
# https://github.com/actions/runner-images/blob/macos-14/20241216.504/images/macos/macos-14-Readme.md
3131
- name: "macOS: Node 20"
32-
os: macos-15
32+
os: macos-14-large
3333
node: 20.x
3434

3535
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)