Skip to content

Commit

Permalink
No MacArm (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: lloydmeta <[email protected]>
  • Loading branch information
lloydmeta authored Nov 17, 2023
1 parent 6d3ab6a commit 6840d20
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ jobs:
command: cross
# 64-bit (ARM)
# aarch64-pc-windows-gnullvm is Tier 3.
- build: macos-arm
os: macos-latest
target: aarch64-apple-darwin
command: cargo
# Doesn't yet work due to winit compilation errors
# - build: macos-arm
# os: macos-latest
# target: aarch64-apple-darwin
# command: cargo
- build: linux-arm
os: ubuntu-latest
target: aarch64-unknown-linux-gnu
Expand Down

0 comments on commit 6840d20

Please sign in to comment.