Skip to content

Commit cd40689

Browse files
committed
TF-3696 Upgrade XCODE version to 16.0 on CI
Signed-off-by: dab246 <[email protected]>
1 parent 6a013bf commit cd40689

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Build dev binaries
77

88
env:
99
FLUTTER_VERSION: 3.24.5
10-
XCODE_VERSION: ^15.0.1
10+
XCODE_VERSION: 16.0
1111

1212
jobs:
1313
build-app:
@@ -19,7 +19,7 @@ jobs:
1919
- os: android
2020
runner: ubuntu-latest
2121
- os: ios
22-
runner: macos-latest
22+
runner: macos-14 # Use macos-14 runners because Xcode 16 only exists on macOS 14+.
2323
environment: dev
2424

2525
steps:

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Release
77

88
env:
99
FLUTTER_VERSION: 3.24.5
10-
XCODE_VERSION: ^15.0.1
10+
XCODE_VERSION: 16.0
1111

1212
jobs:
1313
release:
@@ -20,7 +20,7 @@ jobs:
2020
- os: android
2121
runner: ubuntu-latest
2222
- os: ios
23-
runner: macos-latest
23+
runner: macos-14 # Use macos-14 runners because Xcode 16 only exists on macOS 14+.
2424
fail-fast: false
2525

2626
environment: prod

0 commit comments

Comments
 (0)