Skip to content

Commit 887e4f6

Browse files
committed
Update iOS Fastfile to use Xcode 26
1 parent 0d4c244 commit 887e4f6

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy_beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: macos-15
10+
runs-on: macos-latest
1111

1212
strategy:
1313
matrix:

.github/workflows/lint_test_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: macos-15
11+
runs-on: macos-latest
1212

1313
steps:
1414
- uses: actions/checkout@v3

ios/fastlane/Fastfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ platform :ios do
77
setup_ci
88
end
99

10+
xcode_select("/Applications/Xcode_26.app")
11+
1012
app_store_connect_api_key(
1113
key_id: ENV["APP_STORE_CONNECT_API_KEY_ID"],
1214
issuer_id: ENV["APP_STORE_CONNECT_ISSUER_ID"],

0 commit comments

Comments
 (0)