mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
debug xcode runtime
This commit is contained in:
9
.github/workflows/build-ios-release.yml
vendored
9
.github/workflows/build-ios-release.yml
vendored
@@ -25,7 +25,13 @@ jobs:
|
||||
ref: ${{ github.event.inputs.git-ref }}
|
||||
- uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: '26.0.0'
|
||||
xcode-version: 16.4
|
||||
- name: Show runtimes
|
||||
run: |
|
||||
xcrun simctl list > /dev/null
|
||||
- name: Install iOS platform
|
||||
run: |
|
||||
xcodebuild -downloadPlatform iOS -buildVersion 18.6
|
||||
- name: Install Node.js, NPM and Yarn
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
@@ -83,3 +89,4 @@ jobs:
|
||||
with:
|
||||
name: static
|
||||
path: static
|
||||
retention-days: 3
|
||||
|
||||
Reference in New Issue
Block a user