mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-30 15:20:40 +00:00
Downgrade Xcode
This commit is contained in:
parent
ccff08b831
commit
7dfc2a3392
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- uses: maxim-lobanov/setup-xcode@v1
|
- uses: maxim-lobanov/setup-xcode@v1
|
||||||
if: startsWith(runner.os, 'mac')
|
if: startsWith(runner.os, 'mac')
|
||||||
with:
|
with:
|
||||||
xcode-version: '16.0.0'
|
xcode-version: '15.2.0'
|
||||||
# This is gonna be hacky.
|
# This is gonna be hacky.
|
||||||
# Github made us upgrade xcode, which would force an upgrade of electron-builder to fix mac.
|
# Github made us upgrade xcode, which would force an upgrade of electron-builder to fix mac.
|
||||||
# But there were bugs with copyfiles / extraFiles that kept seeing duplicates erroring on ln.
|
# But there were bugs with copyfiles / extraFiles that kept seeing duplicates erroring on ln.
|
||||||
|
|
Loading…
Add table
Reference in a new issue