Skip to content

Commit f3e4a9f

Browse files
committed
Update workflows from templates.
1 parent f95f0c4 commit f3e4a9f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/bump-version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
MODE: prerelease
1717
jobs:
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:
@@ -25,7 +25,7 @@ jobs:
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

.github/workflows/rust-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
MIN_COVERAGE: '24'
1616
jobs:
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
@@ -35,7 +35,7 @@ jobs:
3535
uses: andymckay/[email protected]
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

.github/workflows/rust-daily.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Rust Daily
99
workflow_dispatch: null
1010
jobs:
1111
cargo-check:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
strategy:
1414
matrix:
1515
toolchain:
@@ -31,7 +31,7 @@ jobs:
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'

.github/workflows/update-workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name: Update Workflows
1414
workflow_dispatch: null
1515
jobs:
1616
update:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- uses: actions/setup-python@v4
2020
with:

0 commit comments

Comments
 (0)