Skip to content

Commit

Permalink
ci: Re-enable macos-aarch64 builds (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Jun 11, 2024
1 parent 95e6eea commit 9a60794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
platform:
- { target: x86_64-pc-windows-msvc, os: windows-latest }
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
- { target: x86_64-apple-darwin, os: macos-latest }
- { target: aarch64-apple-darwin, os: macos-latest }
- { target: aarch64-apple-ios, os: macos-latest }
- { target: x86_64-apple-darwin, os: macos-12 }
- { target: aarch64-linux-android, os: ubuntu-latest }
Expand Down

0 comments on commit 9a60794

Please sign in to comment.