Skip to content

Commit

Permalink
build: Update CI base image to Fedora 38
Browse files Browse the repository at this point in the history
Fedora 38 brings in newer Rust toolchain based on 1.72, which
triggers quite a few clippy warnings.

Signed-off-by: Daiki Ueno <[email protected]>
  • Loading branch information
ueno committed Sep 22, 2023
1 parent 74e06cd commit b007fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Fedora tests
runs-on: ubuntu-latest
container:
image: registry.fedoraproject.org/fedora:37
image: registry.fedoraproject.org/fedora:38
steps:
- uses: actions/checkout@v3
- name: Install dependencies
Expand Down

0 comments on commit b007fd2

Please sign in to comment.