Skip to content

Commit b617d34

Browse files
Use fixed path instead of symlink
1 parent c34b959 commit b617d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
- name: Pin the Xcode Version
4949
if: runner.os == 'macOS'
5050
shell: bash
51-
run: sudo xcode-select --switch /Applications/Xcode_26.2.0.app
51+
run: sudo xcode-select --switch /Applications/Xcode_26.2.app
5252

5353
# Java 17 is needed for Android SDK setup step
5454
- name: Install Java 17

0 commit comments

Comments
 (0)