Skip to content

Commit

Permalink
Build: Switch CI/macOS job from macos-12 to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Dec 3, 2024
1 parent 05dbbfd commit 67cec45
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@ jobs:
node: 18.x
script: npm run test-nolint

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

Expand Down

0 comments on commit 67cec45

Please sign in to comment.