We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccff08b commit 7dfc2a3Copy full SHA for 7dfc2a3
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: maxim-lobanov/setup-xcode@v1
39
if: startsWith(runner.os, 'mac')
40
with:
41
- xcode-version: '16.0.0'
+ xcode-version: '15.2.0'
42
# This is gonna be hacky.
43
# Github made us upgrade xcode, which would force an upgrade of electron-builder to fix mac.
44
# But there were bugs with copyfiles / extraFiles that kept seeing duplicates erroring on ln.
0 commit comments