Skip to content

Commit

Permalink
build macos x86 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
citruz committed Nov 14, 2024
1 parent 4a23622 commit 655f027
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
continue-on-error: true
strategy:
matrix:
build: [stable, beta, nightly, macos, win64]
build: [stable, beta, nightly, macos-x86, macos-arm64, win64]
include:
- build: stable
os: ubuntu-latest
Expand All @@ -18,7 +18,10 @@ jobs:
- build: nightly
os: ubuntu-latest
rust: nightly
- build: macos
- build: macos-x86
os: macos-13
rust: stable
- build: macos-arm64
os: macos-latest
rust: stable
- build: win64
Expand Down

0 comments on commit 655f027

Please sign in to comment.