Skip to content

Commit

Permalink
github: Run on Ubuntu 22.04
Browse files Browse the repository at this point in the history
Currently, tests are run on 18.04 and 20.04, but 22.04 is out already,
so this commit drops 18.04 and adds the latest release.
  • Loading branch information
ernestask committed May 3, 2022
1 parent b593a79 commit 9ac1062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
clippy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
Expand All @@ -38,7 +38,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-20.04, ubuntu-22.04]
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
Expand Down

0 comments on commit 9ac1062

Please sign in to comment.