Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
dotnet workload install maui

- name: Select Xcode Version
run: sudo xcode-select -s /Applications/Xcode_26.2.app
run: sudo xcode-select -s /Applications/Xcode_26.3.app
if: runner.os == 'macOS'

- name: Find and build all C# projects
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
dotnet workload install maui

- name: Select Xcode Version
run: sudo xcode-select -s /Applications/Xcode_26.2.app
run: sudo xcode-select -s /Applications/Xcode_26.3.app
if: runner.os == 'macOS'

- name: Find and build changed projects
Expand Down
Loading