We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d20b36 commit 850b93fCopy full SHA for 850b93f
.github/workflows/test-and-build.yaml
@@ -111,7 +111,7 @@ jobs:
111
key: ${{ runner.os }}-pods-${{ hashFiles('**/*.podspec') }}
112
restore-keys: |
113
${{ runner.os }}-pods-
114
- - name: Select XCode 16.2
115
- run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
+ - name: Select XCode 26.1.1
+ run: sudo xcode-select -s '/Applications/Xcode_26.1.1.app/Contents/Developer'
116
- name: "Run build for iOS"
117
run: melos run flutter-build-ios
0 commit comments