Skip to content

Commit

Permalink
Update to ubuntu24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Jan 20, 2025
1 parent 10fee74 commit bca7129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

lints:
name: Lints
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout sources
Expand Down

0 comments on commit bca7129

Please sign in to comment.