File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2323 name : ${{ matrix.env.name }} Build
2424 runs-on : ${{ matrix.env.os }}
2525 steps :
26+ - name : Setup .NET 7.0
27+ uses : actions/setup-dotnet@v1
28+ with :
29+ dotnet-version : 7.0.102
2630 - uses : actions/checkout@v2
2731 with :
2832 token : ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616 packages : write
1717jobs :
1818 Build :
19- runs-on : macos-13 -xlarge
19+ runs-on : macos-latest -xlarge
2020 steps :
21212222 with :
Original file line number Diff line number Diff line change 2424 name : ${{ matrix.env.name }} Build
2525 runs-on : ${{ matrix.env.os }}
2626 steps :
27+ - name : Setup .NET 7.0
28+ uses : actions/setup-dotnet@v1
29+ with :
30+ dotnet-version : 7.0.102
2731 - uses : actions/checkout@v2
2832 with :
2933 token : ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 5050 git config --local user.email "[email protected] " 5151 git config --local user.name "The Silk.NET Automaton"
5252 - name : Extra prerequisites
53- run : |ass
53+ run : |
5454 echo running extras
5555 ${{ matrix.env.extras }}
5656 - name : Cache .tmp, ~/.nuget/packages
You can’t perform that action at this time.
0 commit comments