Skip to content

Commit

Permalink
Fix release issues, increment macosx runner version (#5420)
Browse files Browse the repository at this point in the history
Fix release issues, increment macosx runner version

---
TYPE: NO_HISTORY
DESC: Fix release issues

---------

Co-authored-by: Dušan Baran <[email protected]>
Co-authored-by: Isaiah Norton <[email protected]>
  • Loading branch information
3 people authored Jan 8, 2025
1 parent 69ef84e commit f3ce620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-arm64, macos-x86_64, linux-x86_64, linux-x86_64-noavx2, windows-x86_64]
platform: [macos-arm64, macos-x86_64, windows-x86_64] # Removed linux-x86_64, linux-x86_64-noavx2 for 2.26.3 -- any future full releases will require updating manylinux
include:
- platform: windows-x86_64
os: windows-2019
Expand All @@ -56,11 +56,11 @@ jobs:
# triplet: x64-linux-release
# manylinux: true
- platform: macos-x86_64
os: macos-12
os: macos-13
MACOSX_DEPLOYMENT_TARGET: 11
triplet: x64-osx-release
- platform: macos-arm64
os: macos-12
os: macos-13
cmake_args: -DCMAKE_OSX_ARCHITECTURES=arm64
MACOSX_DEPLOYMENT_TARGET: 11
triplet: arm64-osx-release
Expand Down

0 comments on commit f3ce620

Please sign in to comment.