File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,20 @@ jobs:
1010 runs-on : ${{ matrix.os }}
1111 strategy :
1212 matrix :
13- os : [windows-latest, ubuntu-latest]
13+ os : [windows-latest, ubuntu-latest, macos-latest ]
1414 env :
1515 # https://github.com/NuGet/Home/issues/11548
1616 # https://twitter.com/xoofx/status/1488617114940452872?s=20&t=BKSN4j9rP6fOyg8l7aW0eg
1717 NUGET_CERT_REVOCATION_MODE : offline
1818 steps :
1919 - name : Get Source
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v4
2121 with :
2222 submodules : recursive
2323 - name : Install .NET Core SDK
24- uses : actions/setup-dotnet@v3
24+ uses : actions/setup-dotnet@v4
2525 with :
26- include-prerelease : true
2726 dotnet-version : |
28- 3.1.x
2927 8.0.x
3028 9.0.x
3129 - name : Build and Test
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- os : [windows-latest, ubuntu-latest, macos-12 ]
12+ os : [windows-latest, ubuntu-latest, macos-latest ]
1313 steps :
1414 - name : Process Test Results
1515 uses : dorny/test-reporter@v1
You can’t perform that action at this time.
0 commit comments