diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ea1307f1..c356a4b9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: configuration: [Debug, Release] - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest, macos-15-intel, ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm] runs-on: ${{ matrix.os }}