Skip to content

Commit 7dfc2a3

Browse files
committed
Downgrade Xcode
1 parent ccff08b commit 7dfc2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: maxim-lobanov/setup-xcode@v1
3939
if: startsWith(runner.os, 'mac')
4040
with:
41-
xcode-version: '16.0.0'
41+
xcode-version: '15.2.0'
4242
# This is gonna be hacky.
4343
# Github made us upgrade xcode, which would force an upgrade of electron-builder to fix mac.
4444
# But there were bugs with copyfiles / extraFiles that kept seeing duplicates erroring on ln.

0 commit comments

Comments
 (0)