Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 5ad9588

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
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

@@ -87,7 +87,7 @@ jobs:
8787
cache: "npm"
8888

8989
- name: Use latest NPM on ubuntu/macos
90-
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
90+
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest-large'
9191
run: sudo npm i -g npm
9292

9393
- name: Use latest NPM on windows

0 commit comments

Comments
 (0)