diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf1f537..0621b33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-15, windows-latest] zig-version: [0.14.1] runs-on: ${{ matrix.os }}