Skip to content

Commit

Permalink
fix(ci): use actually latest ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
uulm-janbaudisch committed Nov 19, 2024
1 parent c80b759 commit d66793f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ env:

jobs:
Format:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Format
run: cargo fmt --check

Lint:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -48,7 +48,7 @@ jobs:
run: cargo clippy -- --deny warnings

Build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d66793f

Please sign in to comment.