diff --git a/.github/workflows/pull-request-checks.yaml b/.github/workflows/pull-request-checks.yaml index 6839520f7..e99fb03e4 100644 --- a/.github/workflows/pull-request-checks.yaml +++ b/.github/workflows/pull-request-checks.yaml @@ -269,8 +269,8 @@ jobs: run: ccache -s # This job takes approximately 20 minutes - check-macos-14-make-clang: - runs-on: macos-14 + check-macos-15-make-clang: + runs-on: macos-15 steps: - uses: actions/checkout@v4 with: