Skip to content

Commit 1471dcd

Browse files
committed
ci: remove aarch64 build
1 parent 307757b commit 1471dcd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
- platform: 'macos-latest' # for Arm based macs (M1 and above).
17-
args: '--target aarch64-apple-darwin'
1816
- platform: 'macos-latest' # for Intel based macs.
1917
args: '--target x86_64-apple-darwin'
2018
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.

0 commit comments

Comments
 (0)