File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838
3939 # Test building the package and installing it via pip3
4040 test-build-install :
41- runs-on : ubuntu-22 .04
41+ runs-on : ubuntu-24 .04
4242 steps :
4343 - uses : actions/checkout@v4
4444 - name : Set up Python
@@ -58,15 +58,15 @@ jobs:
5858
5959 # Formatting
6060 pylint :
61- runs-on : ubuntu-22 .04
61+ runs-on : ubuntu-24 .04
6262 steps :
6363 - uses : actions/checkout@v4
6464 - uses : ./.github/actions/poetrybuild
6565 - name : Lint with pylint
6666 run : poetry run pylint --disable=fixme gh_org_mgr/
6767
6868 formatting :
69- runs-on : ubuntu-22 .04
69+ runs-on : ubuntu-24 .04
7070 steps :
7171 - uses : actions/checkout@v4
7272 - uses : ./.github/actions/poetrybuild
7676 poetry run black --check .
7777
7878 mypy :
79- runs-on : ubuntu-22 .04
79+ runs-on : ubuntu-24 .04
8080 steps :
8181 - uses : actions/checkout@v4
8282 - uses : ./.github/actions/poetrybuild
You can’t perform that action at this time.
0 commit comments