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 16
16
MODE : prerelease
17
17
jobs :
18
18
vars :
19
- runs-on : ubuntu-20 .04
19
+ runs-on : ubuntu-22 .04
20
20
outputs :
21
21
commit-prefix : ${{ steps.echo.outputs.commit-prefix }}
22
22
steps :
25
25
bump :
26
26
needs :
27
27
- vars
28
- runs-on : ubuntu-20 .04
28
+ runs-on : ubuntu-22 .04
29
29
if : ' !contains(join(github.event.commits.*.message), needs.vars.outputs.commit-prefix)'
30
30
steps :
31
31
- name : Checkout
Original file line number Diff line number Diff line change 15
15
MIN_COVERAGE : ' 24'
16
16
jobs :
17
17
format :
18
- runs-on : ubuntu-20 .04
18
+ runs-on : ubuntu-22 .04
19
19
steps :
20
20
- uses : actions/checkout@v3
21
21
- uses : actions-rs/toolchain@v1
35
35
36
36
clippy :
37
37
name : Clippy
38
- runs-on : ubuntu-20 .04
38
+ runs-on : ubuntu-22 .04
39
39
steps :
40
40
- uses : actions/checkout@v3
41
41
- uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name: Rust Daily
9
9
workflow_dispatch : null
10
10
jobs :
11
11
cargo-check :
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-22 .04
13
13
strategy :
14
14
matrix :
15
15
toolchain :
31
31
crate : sccache
32
32
accesskey : AKIAU2WBY6VDTC563V7G
33
33
secretkey : ${{ secrets.TOOL_CACHE_SECRET_KEY }}
34
- os : ubuntu-20 .04
34
+ os : ubuntu-22 .04
35
35
version : latest
36
36
- name : Setup sccache env variables
37
37
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
14
14
workflow_dispatch : null
15
15
jobs :
16
16
update :
17
- runs-on : ubuntu-20 .04
17
+ runs-on : ubuntu-22 .04
18
18
steps :
19
19
- uses : actions/setup-python@v4
20
20
with :
You can’t perform that action at this time.
0 commit comments