From 49ad11f48f70a1b4af0f59a570222e10f2939f1c Mon Sep 17 00:00:00 2001 From: William Ayd Date: Wed, 8 Jan 2025 12:26:27 -0500 Subject: [PATCH] Backport PR #60679: Update macos12 runner to macos13 --- .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 c06146b8e67f6..eac63b424ead8 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -94,7 +94,7 @@ jobs: buildplat: - [ubuntu-22.04, manylinux_x86_64] - [ubuntu-22.04, musllinux_x86_64] - - [macos-12, macosx_x86_64] + - [macos-13, macosx_x86_64] # Note: M1 images on Github Actions start from macOS 14 - [macos-14, macosx_arm64] - [windows-2022, win_amd64]