Skip to content

Commit

Permalink
updates our ci to the latest ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
irevoire committed Oct 25, 2023
1 parent 4ac8947 commit ab654ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-latest, windows-latest]
os: [ubuntu-20.04, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Cache dependencies
Expand All @@ -33,7 +33,7 @@ jobs:

clippy:
name: Run Clippy
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -52,7 +52,7 @@ jobs:

fmt:
name: Run Rustfmt
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit ab654ee

Please sign in to comment.