Skip to content

Commit 3f28def

Browse files
authored
Merge pull request #693 from dotnet/jfversluis-patch-3
Update Xcode version in build workflow
2 parents 2e19378 + f1ad0da commit 3f28def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: dotnet workload install maui
3434

3535
- name: Select Xcode Version
36-
run: sudo xcode-select -s /Applications/Xcode_26.0.app
36+
run: sudo xcode-select -s /Applications/Xcode_26.0.1.app
3737
if: runner.os == 'macOS'
3838

3939
- name: Find and build changed projects

0 commit comments

Comments
 (0)