Skip to content

Commit

Permalink
Fix ubuntu version with required python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dlobato committed Feb 26, 2025
1 parent ba2c4cd commit cded8d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest-node-py2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
volumes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
Expand Down

0 comments on commit cded8d1

Please sign in to comment.