Skip to content

Commit

Permalink
Merge pull request #563 from dotnet/jfversluis-patch-1
Browse files Browse the repository at this point in the history
Build with Xcode 16.2
  • Loading branch information
jfversluis authored Jan 7, 2025
2 parents 938a8cc + 879f360 commit 97980ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: dotnet workload install maui

- name: Select Xcode Version
run: sudo xcode-select -s /Applications/Xcode_16.1.app
run: sudo xcode-select -s /Applications/Xcode_16.2.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 @@ -29,7 +29,7 @@ jobs:
run: dotnet workload install maui

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

- name: Find and build changed projects
Expand Down

0 comments on commit 97980ef

Please sign in to comment.