From c9f5b734fba30d3119946378001589060f2588a3 Mon Sep 17 00:00:00 2001 From: Dusan Baran Date: Mon, 27 May 2024 10:53:13 +0200 Subject: [PATCH] Build arm macos wheels on macos-14 --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 4cd3b7051b..6b5f25770d 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -21,7 +21,7 @@ jobs: buildplat: - [ubuntu-22.04, manylinux_x86_64] - [macos-13, macosx_x86_64] - - [macos-13, macosx_arm64] + - [macos-14, macosx_arm64] - [windows-2022, win_amd64] python: ["cp39", "cp310", "cp311", "cp312"]