From 6739a69633aee3f3cdfa3f0d782814ba21b1568d Mon Sep 17 00:00:00 2001 From: Marc Culler Date: Sun, 8 Dec 2024 09:47:56 -0600 Subject: [PATCH] Replace macOS-12 by macOS-13 since 12 is no longer available. --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c5bb3571..81c1bd57 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, macos-12, macos-14, windows-2019] + os: [ubuntu-22.04, macos-13, macos-14, windows-2019] steps: - uses: actions/checkout@v3