Skip to content

Commit

Permalink
ci: use ubuntu-latest instead of ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Apr 19, 2024
1 parent cb05f46 commit b6d124c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- stable
- beta
- nightly
os: [ubuntu-20.04]
os: [ubuntu-latest]
# but only stable on macos/windows (slower platforms)
include:
- os: macos-latest
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: cargo test --release --no-run

msrv:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:

docs:
name: Check for documentation errors
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit b6d124c

Please sign in to comment.