Skip to content

Commit

Permalink
chore: set github actions xcode version to Xcode_16
Browse files Browse the repository at this point in the history
  • Loading branch information
s8ngyu committed Oct 2, 2024
1 parent 9e686f0 commit 37b3881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
FLUTTER_VERSION: "3.24.0"
JAVA_VERSION: "17"
XCODE_VERSION: "Xcode_16_beta_6"
XCODE_VERSION: "Xcode_16"

jobs:
build-android:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
FLUTTER_VERSION: "3.24.0"
JAVA_VERSION: "17"
ANDROID_API_LEVEL: "34"
XCODE_VERSION: "Xcode_16_Release_Candidate"
XCODE_VERSION: "Xcode_16"
IOS_DEVICE: "iPhone 15 Pro"

jobs:
Expand Down

0 comments on commit 37b3881

Please sign in to comment.