Skip to content

Commit fd1d83c

Browse files
committed
fix(workflows): support mac test workflow with old versions of node by using x64 image
1 parent 183f619 commit fd1d83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
strategy:
6565
matrix:
66-
os: [ubuntu-latest, windows-latest, macos-latest]
66+
os: [ubuntu-latest, windows-latest, macos-latest-large]
6767
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
6868
webpack-version: [latest]
6969

0 commit comments

Comments
 (0)