diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8b1470c..5fcb7b9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -196,7 +196,7 @@ jobs: name: Mac strategy: matrix: - os: [macOS-12, macOS-14] + os: [macOS-13, macOS-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4