Skip to content

Commit

Permalink
Update workflows from templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
leeroy-travis committed Aug 15, 2022
1 parent f95f0c4 commit f3e4a9f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
MODE: prerelease
jobs:
vars:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
commit-prefix: ${{ steps.echo.outputs.commit-prefix }}
steps:
Expand All @@ -25,7 +25,7 @@ jobs:
bump:
needs:
- vars
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: '!contains(join(github.event.commits.*.message), needs.vars.outputs.commit-prefix)'
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
MIN_COVERAGE: '24'
jobs:
format:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand All @@ -35,7 +35,7 @@ jobs:
uses: andymckay/[email protected]
clippy:
name: Clippy
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Rust Daily
workflow_dispatch: null
jobs:
cargo-check:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
toolchain:
Expand All @@ -31,7 +31,7 @@ jobs:
crate: sccache
accesskey: AKIAU2WBY6VDTC563V7G
secretkey: ${{ secrets.TOOL_CACHE_SECRET_KEY }}
os: ubuntu-20.04
os: ubuntu-22.04
version: latest
- name: Setup sccache env variables
if: steps.rust-cache.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: Update Workflows
workflow_dispatch: null
jobs:
update:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit f3e4a9f

Please sign in to comment.