diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e401228f4..3a4de15a7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -205,7 +205,7 @@ jobs: name: Mac strategy: matrix: - os: [macOS-13, macOS-14] + os: [macOS-15-intel, macOS-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4