Skip to content

Commit

Permalink
Release using macos-13 (#5400)
Browse files Browse the repository at this point in the history
Use `macos-13` for x86_64 macos release job, since `macos-12` is
deprecated

---
TYPE: NO_HISTORY
DESC: Use `macos-13` for macos x86_64 release

Co-authored-by: Dušan Baran <[email protected]>
  • Loading branch information
dudoslav and Dušan Baran authored Dec 9, 2024
1 parent 2637682 commit 5784276
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/manylinux_2_28_aarch64
- platform: macos-x86_64
os: macos-12
os: macos-13
cmake_args: -DCMAKE_OSX_ARCHITECTURES=x86_64
MACOSX_DEPLOYMENT_TARGET: 11
triplet: x64-osx-release
Expand Down

0 comments on commit 5784276

Please sign in to comment.