diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 969b73e0c3a996..fc2136c340ccca 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -38,11 +38,7 @@ permissions: jobs: test-macOS: if: github.event.pull_request.draft == false - strategy: - fail-fast: false - matrix: - macos-version: [macos-13, macos-14] - runs-on: ${{ matrix.macos-version }} + runs-on: macos-14 env: CC: sccache gcc CXX: sccache g++