diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 51c68feb3..a8ffcd135 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ jobs: name: Unit tests strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest, macos-13] + os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest, macos-13] go: ['1.22', '1.23'] runs-on: ${{ matrix.os }} steps: