We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307757b commit 1471dcdCopy full SHA for 1471dcd
.github/workflows/main.yml
@@ -13,8 +13,6 @@ jobs:
13
fail-fast: false
14
matrix:
15
include:
16
- - platform: 'macos-latest' # for Arm based macs (M1 and above).
17
- args: '--target aarch64-apple-darwin'
18
- platform: 'macos-latest' # for Intel based macs.
19
args: '--target x86_64-apple-darwin'
20
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
0 commit comments