File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 include :
26- - os : windows-2022
26+ - os : windows-latest
2727 name : Windows
28- - os : ubuntu-22.04
28+ - os : ubuntu-latest
2929 name : Linux
3030 fail-fast : false
3131 steps :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ defaults:
1111 shell : pwsh
1212jobs :
1313 release :
14- runs-on : ubuntu-22.04
14+ runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
1717 uses : actions/checkout@v4.2.2
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defaults:
88 shell : pwsh
99jobs :
1010 cleanup :
11- runs-on : ubuntu-20.04
11+ runs-on : ubuntu-latest
1212 env :
1313 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
1414 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments