diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faf3111..08b5d23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,13 @@ jobs: name: run tests strategy: matrix: - platform: [ubuntu-latest, macos-latest, windows-latest] + platform: [ubuntu-latest, macos-latest, windows-latest, windows-11-arm] toolchain: [stable, 1.87.0] # MSRV include: - platform: windows-latest exe_suffix: .exe + - platform: windows-11-arm + exe_suffix: .exe runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v7