Skip to content

Commit

Permalink
ci: Upgrade msrv to 1.62, and ubuntu to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
XuShaohua committed Sep 7, 2023
1 parent f5c48ef commit b712fa8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- nightly
include:
- build: pinned
os: ubuntu-20.04
rust: 1.56.0
os: ubuntu-22.04
rust: 1.62.0
- build: stable
os: ubuntu-20.04
os: ubuntu-22.04
rust: stable
- build: nightly
os: ubuntu-20.04
os: ubuntu-22.04
rust: nightly
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b712fa8

Please sign in to comment.