File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 MODE : prerelease
1717jobs :
1818 vars :
19- runs-on : ubuntu-20 .04
19+ runs-on : ubuntu-22 .04
2020 outputs :
2121 commit-prefix : ${{ steps.echo.outputs.commit-prefix }}
2222 steps :
2525 bump :
2626 needs :
2727 - vars
28- runs-on : ubuntu-20 .04
28+ runs-on : ubuntu-22 .04
2929 if : ' !contains(join(github.event.commits.*.message), needs.vars.outputs.commit-prefix)'
3030 steps :
3131 - name : Checkout
Original file line number Diff line number Diff line change 1515 MIN_COVERAGE : ' 24'
1616jobs :
1717 format :
18- runs-on : ubuntu-20 .04
18+ runs-on : ubuntu-22 .04
1919 steps :
2020 - uses : actions/checkout@v3
2121 - uses : actions-rs/toolchain@v1
3535 uses : andymckay/cancel-action@0.2
3636 clippy :
3737 name : Clippy
38- runs-on : ubuntu-20 .04
38+ runs-on : ubuntu-22 .04
3939 steps :
4040 - uses : actions/checkout@v3
4141 - uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name: Rust Daily
99 workflow_dispatch : null
1010jobs :
1111 cargo-check :
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-22 .04
1313 strategy :
1414 matrix :
1515 toolchain :
3131 crate : sccache
3232 accesskey : AKIAU2WBY6VDTC563V7G
3333 secretkey : ${{ secrets.TOOL_CACHE_SECRET_KEY }}
34- os : ubuntu-20 .04
34+ os : ubuntu-22 .04
3535 version : latest
3636 - name : Setup sccache env variables
3737 if : steps.rust-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ name: Update Workflows
1414 workflow_dispatch : null
1515jobs :
1616 update :
17- runs-on : ubuntu-20 .04
17+ runs-on : ubuntu-22 .04
1818 steps :
1919 - uses : actions/setup-python@v4
2020 with :
You can’t perform that action at this time.
0 commit comments