Skip to content

Commit

Permalink
Explicitly specify architecture for the macos-x86_64 Release job.
Browse files Browse the repository at this point in the history
Builds will now happen on an Apple Silicon machine.
  • Loading branch information
teo-tsirpanis committed Oct 16, 2024
1 parent 846371f commit 7072bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
triplet: arm64-linux-release
- platform: macos-x86_64
os: macos-latest
cmake_args: -DCMAKE_OSX_ARCHITECTURES=x86_64
MACOSX_DEPLOYMENT_TARGET: 11
triplet: x64-osx-release
- platform: macos-arm64
Expand Down

0 comments on commit 7072bea

Please sign in to comment.