From 62d6b05f7250153856aeb2d16e75cae24507e268 Mon Sep 17 00:00:00 2001 From: Gabriel Smith Date: Tue, 5 Nov 2024 14:21:53 -0500 Subject: [PATCH] ci: Remove MacOS 12 runner Of course only after doing a bunch of CI cleanup do I notice that MacOS 12 runners are being deprecated. --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index bbb0f108..f527046b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-12, macos-13, macos-14] + os: [macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1