From 45c0b3a1b4bea3f8e40a77bb957cf7fc5a29e9dd Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Sat, 21 Dec 2024 10:27:44 -0800 Subject: [PATCH] Move MacX86 runner up to new minimum spec (#2711) The MacOS12 runner is dead, so move up to the lowest version still available for CI. --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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