Skip to content

Commit

Permalink
Bump xcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch committed Nov 26, 2024
1 parent 4c183f0 commit b7c416a
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 @@ -26,7 +26,7 @@ jobs:
# if: runner.os == 'macOS' # reenable when .NET 8 is default on hosted runners

- name: Select Xcode Version
run: sudo xcode-select -s /Applications/Xcode_16.app
run: sudo xcode-select -s /Applications/Xcode_16.1.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 @@ -30,7 +30,7 @@ jobs:
# if: runner.os == 'macOS' # reenable when .NET 8 is default on hosted runners

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

- name: Find and build changed projects
Expand Down

0 comments on commit b7c416a

Please sign in to comment.