Skip to content

Commit 10d9db9

Browse files
authored
Fix Xcode path. (#523)
1 parent a1d388d commit 10d9db9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# if: runner.os == 'macOS' # reenable when .NET 8 is default on hosted runners
2828

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

3333
- name: Find and build all C# projects

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# if: runner.os == 'macOS' # reenable when .NET 8 is default on hosted runners
3232

3333
- name: Select Xcode Version
34-
run: sudo xcode-select -s /Applications/Xcode_16.0.app
34+
run: sudo xcode-select -s /Applications/Xcode_16.app
3535
if: runner.os == 'macOS'
3636

3737
- name: Find and build changed projects

0 commit comments

Comments
 (0)