Skip to content

Commit 850b93f

Browse files
committed
Select Xcode 26 (latest)
1 parent 4d20b36 commit 850b93f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
key: ${{ runner.os }}-pods-${{ hashFiles('**/*.podspec') }}
112112
restore-keys: |
113113
${{ runner.os }}-pods-
114-
- name: Select XCode 16.2
115-
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
114+
- name: Select XCode 26.1.1
115+
run: sudo xcode-select -s '/Applications/Xcode_26.1.1.app/Contents/Developer'
116116
- name: "Run build for iOS"
117117
run: melos run flutter-build-ios

0 commit comments

Comments
 (0)