Skip to content

Commit

Permalink
Fix which macOS arch is used for binary builds (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Nov 6, 2024
1 parent 8163f30 commit 048d11b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- os: ubuntu-20.04 # Use 20.04 to get an older version of glibc for increased compat
target: aarch64-unknown-linux-gnu
- os: macos-14
target: x86_64-apple-darwin
- os: macos-12
target: aarch64-apple-darwin
- os: macos-12
target: x86_64-apple-darwin
- os: windows-latest
target: x86_64-pc-windows-msvc
ext: .exe
Expand Down

0 comments on commit 048d11b

Please sign in to comment.