diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ccad89dc..37087cf8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,13 +15,16 @@ jobs: test: name: Test strategy: + fail-fast: false matrix: node-version: - 22.12.x os: - macos-latest - ubuntu-latest + - ubuntu-24.04-arm - windows-latest + - windows-11-arm runs-on: "${{ matrix.os }}" steps: - run: git config --global core.autocrlf input