From 5ab98fc2e3f8421770fbad4197e0cbc19518c52c Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Wed, 3 Jul 2024 10:04:14 -0500 Subject: [PATCH] Update mac intel to macos12 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf5a7c7e..d863725d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: matrix: macos runs-on: arm: [macOS, ARM64] - intel: [macos-11] + intel: [macos-12] cibw-archs-macos: arm: arm64 intel: x86_64