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 f65d10b commit e4f6023Copy full SHA for e4f6023
.github/actions/environment/action.yml
@@ -47,7 +47,7 @@ runs:
47
- name: Pin the Xcode Version
48
if: runner.os == 'macOS'
49
shell: bash
50
- run: sudo xcode-select --switch /Applications/Xcode_26.0.app
+ run: sudo xcode-select --switch /Applications/Xcode_26.1.app
51
52
# Java 17 is needed for Android SDK setup step
53
- name: Install Java 17
0 commit comments