Skip to content

Commit

Permalink
Pin lint CI to Ubuntu 22.04 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric authored Jan 21, 2025
1 parent 2e24889 commit 849dfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
jobs:
main:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
Expand Down

0 comments on commit 849dfeb

Please sign in to comment.