Skip to content

Commit 67cec45

Browse files
committed
Build: Switch CI/macOS job from macos-12 to macos-13
1 parent 05dbbfd commit 67cec45

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,8 @@ jobs:
3939
node: 18.x
4040
script: npm run test-nolint
4141

42-
# use macos-12 instead of macos-latest
43-
# as proxy for Intel instead of ARM
44-
# because the older Puppeteer/Chrome for Node 10 compat
45-
# didn't support ARM yet.
4642
- name: "macOS: Node 18"
47-
os: macos-12
43+
os: macos-13
4844
node: 18.x
4945
script: npm run test-nolint
5046

0 commit comments

Comments
 (0)