Skip to content

Commit 439b981

Browse files
committed
chore(ci): Temporarily only build on x86_64 MacOS
1 parent 6d6f01a commit 439b981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
node: [10, 12, 14, 16, 18, 20, 22, 24]
35-
os: [ubuntu-latest, windows-latest, macos-latest]
35+
os: [ubuntu-latest, windows-latest, macos-13]
3636

3737
steps:
3838
- name: Clone repository

0 commit comments

Comments
 (0)