diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a68fb5f..cd876b21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: ci: strategy: matrix: - os: ["ubuntu-latest", "macos-latest", "windows-latest"] + os: ["ubuntu-latest", "macos-latest", "windows-latest", "ubuntu-24.04-arm"] runs-on: ${{ matrix.os }}