From f6ee4c49004eabe18ed3e261c9f8fcb799f9821e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Baran?= Date: Thu, 21 Nov 2024 17:26:43 +0100 Subject: [PATCH] Use macos-12 runner for x86_64 release (#5384) Use macos-12 runner for x86_64 builds in order to generate correct release names. The most recent `macos-latest` image is ARM64 only and the release logic produces `-arm64-` artifacts only. --- TYPE: BUG DESC: Fix macos 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