We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334db56 commit 9f9b245Copy full SHA for 9f9b245
.github/workflows/ci.yml
@@ -14,8 +14,8 @@ jobs:
14
include:
15
- platform: 'macos-latest' # for Arm based macs (M1 and above).
16
args: '--target aarch64-apple-darwin'
17
- - platform: 'macos-latest' # for Intel based macs.
18
- args: '--target x86_64-apple-darwin'
+ # - platform: 'macos-latest' # for Intel based macs.
+ # args: '--target x86_64-apple-darwin'
19
# - platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
20
# args: ''
21
# - platform: 'windows-latest'
0 commit comments