diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c1cdf3..2e9575c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: name: run tests strategy: matrix: - platform: [ubuntu-latest, macos-latest, windows-latest] + platform: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest] toolchain: [stable, 1.75.0] runs-on: ${{ matrix.platform }} steps: