Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33074730
D9539.1768446833.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
858 B
Referenced Files
None
Subscribers
None
D9539.1768446833.diff
View Options
diff --git a/.github/workflows/ios_ci.yml b/.github/workflows/ios_ci.yml
--- a/.github/workflows/ios_ci.yml
+++ b/.github/workflows/ios_ci.yml
@@ -10,10 +10,13 @@
- 'keyserver/**'
- 'desktop/**'
+env:
+ DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
+
jobs:
build:
name: Build and archive iOS app
- runs-on: macos-12
+ runs-on: macos-13
steps:
- name: Checkout
diff --git a/.github/workflows/ios_release.yml b/.github/workflows/ios_release.yml
--- a/.github/workflows/ios_release.yml
+++ b/.github/workflows/ios_release.yml
@@ -5,10 +5,13 @@
tags:
- mobile-**
+env:
+ DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
+
jobs:
build:
name: Build, archive, and upload iOS app
- runs-on: macos-12
+ runs-on: macos-13
steps:
- name: Checkout
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 15, 3:13 AM (11 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5930756
Default Alt Text
D9539.1768446833.diff (858 B)
Attached To
Mode
D9539: [GH Actions] Set `DEVELOPER_DIR` to Xcode 15.0
Attached
Detach File
Event Timeline
Log In to Comment