Skip to content

Commit

Permalink
Merge pull request #50 from lf-lang/ubuntu-24.04
Browse files Browse the repository at this point in the history
Update to ubuntu24.04
  • Loading branch information
lhstrh authored Feb 3, 2025
2 parents 9fe7853 + 49898d9 commit ade0d7a
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 ade0d7a

Please sign in to comment.