Skip to content

Commit

Permalink
Don't use arm
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Apr 30, 2024
1 parent 98f507e commit 0b3615e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -77,7 +77,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest-large, windows-latest]

runs-on: ${{ matrix.os }}

Expand All @@ -88,7 +88,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: 20
node-version: 21

- name: Install Node dependencies
run: yarn --frozen-lockfile
Expand Down

0 comments on commit 0b3615e

Please sign in to comment.