File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818jobs :
1919 publish :
20- runs-on : ubuntu-22 .04
20+ runs-on : ubuntu-24 .04
2121 steps :
2222 - name : Clone the repository
2323 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ jobs:
4343 run : dotnet test
4444 timeout-minutes : 10
4545 encoding :
46- runs-on : ubuntu-22 .04
46+ runs-on : ubuntu-24 .04
4747 steps :
4848 - uses : actions/checkout@v4
4949 - name : Verify encoding
5050 shell : pwsh
5151 run : scripts/Test-Encoding.ps1
5252 licenses :
53- runs-on : ubuntu-22 .04
53+ runs-on : ubuntu-24 .04
5454 steps :
5555 - name : Check out the sources
5656 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1717
1818jobs :
1919 publish :
20- runs-on : ubuntu-22 .04
20+ runs-on : ubuntu-24 .04
2121 env :
2222 NUGET_PACKAGES : ${{ github.workspace }}/.github/nuget-packages
2323 steps :
You can’t perform that action at this time.
0 commit comments