File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : false
10
10
matrix :
11
- os : [windows-latest, macos-13 ]
11
+ os : [windows-latest, macos-14 ]
12
12
13
13
runs-on : ${{ matrix.os }}
14
14
18
18
19
19
# Remove when .NET 8 is default on hosted runners
20
20
- name : Install .NET 8
21
- uses : actions/setup-dotnet@v3.2.0
21
+ uses : actions/setup-dotnet@v4.0.1
22
22
with :
23
23
dotnet-version : 8.0
24
24
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_15.0.1 .app
30
+ run : sudo xcode-select -s /Applications/Xcode_15.4 .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 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- os : [windows-latest, macos-13 ]
13
+ os : [windows-latest, macos-14 ]
14
14
15
15
runs-on : ${{ matrix.os }}
16
16
22
22
23
23
# Remove when .NET 8 is default on hosted runners
24
24
- name : Install .NET 8
25
- uses : actions/setup-dotnet@v3.2.0
25
+ uses : actions/setup-dotnet@v4.0.1
26
26
with :
27
27
dotnet-version : 8.0
28
28
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_15.2 .app
35
- if : runner.os == 'macOS' # Remove when Xcode 15+ is default on the hosted runners
34
+ run : sudo xcode-select -s /Applications/Xcode_15.4 .app
35
+ if : runner.os == 'macOS'
36
36
37
37
- name : Find and build changed projects
38
38
run : |
You can’t perform that action at this time.
0 commit comments