File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
# if: runner.os == 'macOS' # reenable when .NET 8 is default on hosted runners
28
28
29
29
- 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
31
31
if : runner.os == 'macOS' # Remove when Xcode 15+ is default on the hosted runners
32
32
33
33
- name : Find and build all C# projects
Original file line number Diff line number Diff line change 31
31
# if: runner.os == 'macOS' # reenable when .NET 8 is default on hosted runners
32
32
33
33
- 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
35
35
if : runner.os == 'macOS'
36
36
37
37
- name : Find and build changed projects
You can’t perform that action at this time.
0 commit comments