Skip to content

Commit

Permalink
Use macos-x64 instead of macos-arm in runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cheehongw committed Apr 27, 2024
1 parent 075bcb4 commit 31b14a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: npm test -- "--karma-config=./tests/karma.ci.conf.js"

macos-setup-and-tests:
runs-on: macos-latest
runs-on: macos-latest-large
strategy:
matrix:
node-version: [16.x]
Expand Down

0 comments on commit 31b14a4

Please sign in to comment.