diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a37bff7..ab8a208 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,11 +14,11 @@ jobs: strategy: matrix: os: + - macos-15-intel + - macos-latest + - ubuntu-24.04-arm - ubuntu-latest - windows-latest - - ubuntu-24.04-arm - - macos-13 - - macos-latest runs-on: ${{ matrix.os }}