Skip to content

Commit

Permalink
chore: use ubuntu-22.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoBarba committed Feb 6, 2025
1 parent ac420da commit 03d722b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
lint-test-branch:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 03d722b

Please sign in to comment.