Page MenuHomePhorge

D9539.1768446833.diff
No OneTemporary

Size
858 B
Referenced Files
None
Subscribers
None

D9539.1768446833.diff

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

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)

Event Timeline