Skip to content

Commit 37b3881

Browse files
committed
chore: set github actions xcode version to Xcode_16
1 parent 9e686f0 commit 37b3881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
FLUTTER_VERSION: "3.24.0"
1111
JAVA_VERSION: "17"
12-
XCODE_VERSION: "Xcode_16_beta_6"
12+
XCODE_VERSION: "Xcode_16"
1313

1414
jobs:
1515
build-android:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
FLUTTER_VERSION: "3.24.0"
99
JAVA_VERSION: "17"
1010
ANDROID_API_LEVEL: "34"
11-
XCODE_VERSION: "Xcode_16_Release_Candidate"
11+
XCODE_VERSION: "Xcode_16"
1212
IOS_DEVICE: "iPhone 15 Pro"
1313

1414
jobs:

0 commit comments

Comments
 (0)