Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Jan 7, 2025
1 parent b477ac8 commit 39e27ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Install libcurl-dev
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

lint_default:
name: Lint Rust Default Features
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Install libcurl-dev
Expand Down

0 comments on commit 39e27ac

Please sign in to comment.