Skip to content

Commit b1b47fa

Browse files
committed
Update workflows from templates.
1 parent 04c424c commit b1b47fa

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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: release
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:
@@ -38,7 +38,7 @@ jobs:
3838
crate: sccache
3939
accesskey: AKIAU2WBY6VDTC563V7G
4040
secretkey: ${{ secrets.TOOL_CACHE_SECRET_KEY }}
41-
os: ubuntu-20.04
41+
os: ubuntu-22.04
4242
version: latest
4343
- name: Setup sccache env variables
4444
if: steps.rust-cache.outputs.cache-hit != 'true'

.github/workflows/typescript-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: TypeScript CI
1111
workflow_dispatch: null
1212
jobs:
1313
test:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
strategy:
1616
matrix:
1717
node_version:

.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)