From 15d56fc57c1878c47032e6ae082e6a4513dfdddb Mon Sep 17 00:00:00 2001 From: Makai Mann Date: Thu, 20 Feb 2025 17:00:09 -0500 Subject: [PATCH] Switch target to macos 13 --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 4eb6edbf7..e45871681 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -33,7 +33,7 @@ jobs: shell: bash - name: macos-x86_64 os: macos-13 - macos-target: 10.13 + macos-target: 13 - name: macos-arm64 os: macos-14 macos-target: 14