File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ permissions:
2424jobs :
2525 validate :
2626 name : Validate Release
27- runs-on : ubuntu-22.04
27+ runs-on : ubuntu-latest
2828 outputs :
2929 version : ${{ steps.version.outputs.version }}
3030 version_number : ${{ steps.version.outputs.version_number }}
7777 test :
7878 name : Test Suite
7979 needs : validate
80- runs-on : ubuntu-22.04
80+ runs-on : ubuntu-latest
8181 timeout-minutes : 30
8282 steps :
8383 - uses : actions/checkout@v4
@@ -106,7 +106,7 @@ jobs:
106106 security-audit :
107107 name : Security Audit
108108 needs : validate
109- runs-on : ubuntu-22.04
109+ runs-on : ubuntu-latest
110110 timeout-minutes : 10
111111 steps :
112112 - uses : actions/checkout@v4
@@ -324,7 +324,7 @@ jobs:
324324 sign :
325325 name : Sign Releases
326326 needs : [build, installers-linux, installers-windows]
327- runs-on : ubuntu-22.04
327+ runs-on : ubuntu-latest
328328 steps :
329329 - uses : actions/checkout@v4
330330
@@ -383,7 +383,7 @@ jobs:
383383 publish-crate :
384384 name : Publish to crates.io
385385 needs : [validate, test, security-audit]
386- runs-on : ubuntu-22.04
386+ runs-on : ubuntu-latest
387387 if : github.event.inputs.dry_run != 'true'
388388 steps :
389389 - uses : actions/checkout@v4
@@ -404,7 +404,7 @@ jobs:
404404 release :
405405 name : Create GitHub Release
406406 needs : [validate, sign]
407- runs-on : ubuntu-22.04
407+ runs-on : ubuntu-latest
408408 if : github.event.inputs.dry_run != 'true'
409409 steps :
410410 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments