From e51cde63340e7e5910fed298cd46cdc7bce93c06 Mon Sep 17 00:00:00 2001 From: Adam Lugowski Date: Wed, 19 Feb 2025 14:19:13 -0800 Subject: [PATCH] Move from macos-12 to macos-13 runner GitHub removed macos-12. --- .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 c61dce8..20434c0 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -85,7 +85,7 @@ jobs: # macOS x86 # Note: keep as old as possible as due to libomp this will be the oldest supported macOS version. - - os: macos-12 + - os: macos-13 cibw_archs: "x86_64" # macOS Apple Silicon