Skip to content

Commit

Permalink
build: Enable x86 build for MacOS (#4949)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Oct 11, 2024
1 parent bbb8cfa commit c1a0071
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
target: aarch64-apple-darwin
- os: windows-latest
target: x86_64-pc-windows-msvc
# Still building for intel but can disable when runners go away
- os: macos-13
target: x86_64-apple-darwin
features: default,test-dbs
permissions:
contents: write
steps:
Expand Down

0 comments on commit c1a0071

Please sign in to comment.