Skip to content

Commit

Permalink
ci: migrate ubuntu-latest to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Dec 4, 2024
1 parent 863d2fe commit a5da468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
check:
name: Check
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand All @@ -30,7 +30,7 @@ jobs:

lints:
name: Lints
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down Expand Up @@ -79,4 +79,4 @@ jobs:
uses: Swatinem/rust-cache@v1

- name: Run tests
run: cargo test --verbose
run: cargo test --verbose

0 comments on commit a5da468

Please sign in to comment.