Skip to content

Commit

Permalink
Remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch committed Nov 14, 2024
1 parent acd5d64 commit 98a34c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Select Xcode Version
run: sudo xcode-select -s /Applications/Xcode_16.app
if: runner.os == 'macOS' # Remove when Xcode 15+ is default on the hosted runners
if: runner.os == 'macOS'

- name: Find and build all C# projects
run: |
Expand Down

0 comments on commit 98a34c2

Please sign in to comment.