diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d9c172..ed7b403 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -86,7 +86,7 @@ jobs: name: macOS Compatibility strategy: matrix: - os: [macos-15, macos-15-xlarge] + os: [macos-14, macos-15] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4