Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Apr 19, 2022
1 parent 186323e commit 63cf02d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- run: rustup toolchain remove stable
- run: CARGO_HACK_TEST_TOOLCHAIN=${{ matrix.rust }} cargo test --workspace --all-features

build:
msrv:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v3
Expand All @@ -110,7 +110,7 @@ jobs:
- run: cargo hack build --workspace --ignore-private --no-dev-deps --version-range .. --version-step 2

fuzz:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
needs:
- test
- test-compat
- build
- msrv
- fuzz
- tidy
runs-on: ubuntu-18.04
Expand Down

0 comments on commit 63cf02d

Please sign in to comment.