Skip to content

Commit

Permalink
Update CI runners to ubuntu-24.04 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler authored Sep 2, 2024
1 parent e4fcc6f commit 7b15673
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 @@ -10,7 +10,7 @@ env:

jobs:
build_and_test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container: rnestler/archlinux-rust:1.80.1
steps:
- run: pacman -Syu --noconfirm
Expand All @@ -31,7 +31,7 @@ jobs:
- run: cargo test

lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container: rnestler/archlinux-rust:1.80.1
steps:
- run: pacman -Syu --noconfirm
Expand All @@ -52,7 +52,7 @@ jobs:
- run: cargo clippy --all-targets --all-features -- -D warnings

fmt:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container: rnestler/archlinux-rust:1.80.1
steps:
- run: pacman -Syu --noconfirm
Expand Down

0 comments on commit 7b15673

Please sign in to comment.