Skip to content

Commit 9f9b245

Browse files
committed
...
1 parent 334db56 commit 9f9b245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
include:
1515
- platform: 'macos-latest' # for Arm based macs (M1 and above).
1616
args: '--target aarch64-apple-darwin'
17-
- platform: 'macos-latest' # for Intel based macs.
18-
args: '--target x86_64-apple-darwin'
17+
# - platform: 'macos-latest' # for Intel based macs.
18+
# args: '--target x86_64-apple-darwin'
1919
# - platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
2020
# args: ''
2121
# - platform: 'windows-latest'

0 commit comments

Comments
 (0)