diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 771392e..9db8dad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,6 +25,7 @@ jobs: run: shell: bash strategy: + fail-fast: false matrix: node-version: - '20.16.0' @@ -34,10 +35,17 @@ jobs: os: - macos-latest - ubuntu-latest + - ubuntu-24.04-arm - windows-latest exclude: - os: macos-latest node-version: 14.21.3 + - os: windows-11-arm + node-version: 18.20.4 + - os: windows-11-arm + node-version: 16.20.2 + - os: windows-11-arm + node-version: 14.21.3 runs-on: "${{ matrix.os }}" steps: - run: git config --global core.autocrlf input