chore: Update py lint to use ubuntu 22.04
This commit is contained in:
parent
41613436ca
commit
148b069589
1 changed files with 1 additions and 1 deletions
2
.github/workflows/py_lint.yml
vendored
2
.github/workflows/py_lint.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-22.04
|
||||||
python-version: ["3.10.x", "3.11.x"]
|
python-version: ["3.10.x", "3.11.x"]
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue