From ead2d07648160fd4e104a9bff6369fe5176e7ff4 Mon Sep 17 00:00:00 2001 From: Dusan Baran Date: Thu, 21 Nov 2024 15:46:11 +0100 Subject: [PATCH] Use macos-12 runner for x86_64 release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03f0debf974..4c2b00f2ae6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: triplet: arm64-linux-release manylinux: quay.io/pypa/manylinux2014_aarch64 - platform: macos-x86_64 - os: macos-latest + os: macos-12 cmake_args: -DCMAKE_OSX_ARCHITECTURES=x86_64 MACOSX_DEPLOYMENT_TARGET: 11 triplet: x64-osx-release