Skip to content

Commit 3e53a95

Browse files
committed
Update iOS CD Github Actions
1 parent b40d5b4 commit 3e53a95

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/flutter_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
BuildAndTestIos:
7575
name: Build ios prod
7676

77-
runs-on: macos-15
77+
runs-on: macos-26
7878
permissions: write-all
7979

8080
steps:
@@ -113,7 +113,7 @@ jobs:
113113
- name: Choose xcode version
114114
uses: maxim-lobanov/setup-xcode@v1
115115
with:
116-
xcode-version: '16.4'
116+
xcode-version: '26.2'
117117

118118
- name: Build iOS Flutter App
119119
run: flutter build ios --config-only --release --no-codesign --dart-define KEEVAULT_STAGE=prod --dart-define KEEVAULT_NAME_SUFFIX= --dart-define KEEVAULT_ID_SUFFIX= --dart-define IAP_APPLE_APP_STORE=yes

.github/workflows/flutter_release_ios.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: ${{ !contains ( github.event.release.tag_name, '_' ) || endsWith( github.event.release.tag_name, '_ios' ) || endsWith( github.event.release.tag_name, '_ios_betaonly' ) }}
1010
# NB: ${{ syntax }} is required despite GitHub docs to the contrary. Appears that ! operator can't be used otherwise.
1111

12-
runs-on: macos-15
12+
runs-on: macos-26
1313
permissions: write-all
1414

1515
steps:
@@ -48,7 +48,7 @@ jobs:
4848
- name: Choose xcode version
4949
uses: maxim-lobanov/setup-xcode@v1
5050
with:
51-
xcode-version: '16.4'
51+
xcode-version: '26.2'
5252

5353
- name: Build iOS Flutter App
5454
run: flutter build ios --config-only --release --no-codesign --dart-define KEEVAULT_STAGE=beta --dart-define KEEVAULT_NAME_SUFFIX='(b)' --dart-define KEEVAULT_ID_SUFFIX=.beta
@@ -83,7 +83,7 @@ jobs:
8383
name: Build and release prod testflight
8484
if: ${{ !contains ( github.event.release.tag_name, '_' ) || endsWith( github.event.release.tag_name, '_ios' ) }}
8585

86-
runs-on: macos-15
86+
runs-on: macos-26
8787
permissions: write-all
8888

8989
steps:
@@ -122,7 +122,7 @@ jobs:
122122
- name: Choose xcode version
123123
uses: maxim-lobanov/setup-xcode@v1
124124
with:
125-
xcode-version: '16.4'
125+
xcode-version: '26.2'
126126

127127
- name: Build iOS Flutter App
128128
run: flutter build ios --config-only --release --no-codesign --dart-define KEEVAULT_STAGE=prod --dart-define KEEVAULT_NAME_SUFFIX= --dart-define KEEVAULT_ID_SUFFIX= --dart-define IAP_APPLE_APP_STORE=yes

0 commit comments

Comments
 (0)