Skip to content

Commit a67f3dd

Browse files
committed
Try to compile only on ARM based Mac
1 parent 0e968ae commit a67f3dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: macos-14
77
strategy:
88
matrix:
9-
arch: ['x64', 'arm64']
9+
arch: ['arm64']
1010
steps:
1111
- uses: actions/setup-node@master
1212
with:

0 commit comments

Comments
 (0)