Skip to content

Commit

Permalink
Use ubuntu-latest because 18.04 is no longer supported (Keats#825)
Browse files Browse the repository at this point in the history
Thanks!
  • Loading branch information
giraffate authored Apr 10, 2023
1 parent 1f95878 commit 6739693
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 @@ -14,13 +14,13 @@ jobs:
build: [pinned, stable, nightly, macos, win-msvc]
include:
- build: pinned
os: ubuntu-18.04
os: ubuntu-latest
rust: 1.56.0
- build: stable
os: ubuntu-18.04
os: ubuntu-latest
rust: stable
- build: nightly
os: ubuntu-18.04
os: ubuntu-latest
rust: nightly
- build: macos
os: macOS-latest
Expand Down

0 comments on commit 6739693

Please sign in to comment.