Skip to content

Commit

Permalink
Use macos-12 runner for x86_64 release (#5384)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dudoslav authored Nov 21, 2024
1 parent a34830c commit f6ee4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6ee4c4

Please sign in to comment.