diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3c0687f..bfec4ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: bundler-cache: true - - run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer + - run: sudo xcode-select -s /Applications/Xcode_26.1.1.app/Contents/Developer - uses: subosito/flutter-action@v2 with: # This has to be kept in sync with .tool-versions @@ -98,7 +98,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: bundler-cache: true - - run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer + - run: sudo xcode-select -s /Applications/Xcode_26.1.1.app/Contents/Developer - uses: subosito/flutter-action@v2 with: # This has to be kept in sync with .tool-versions