Skip to content

Commit

Permalink
github/workflows/ci: Run on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Nov 7, 2024
1 parent d019a75 commit 0c77749
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 @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
format:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Update Rust
Expand All @@ -14,7 +14,7 @@ jobs:
- run: cargo fmt -- --check

lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Update Rust
Expand All @@ -24,7 +24,7 @@ jobs:
- run: cargo clippy --all-features -- --deny warnings

test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Update Rust
Expand Down

0 comments on commit 0c77749

Please sign in to comment.