Skip to content

Commit

Permalink
Merge pull request #420 from arista-eosplus/fix-ci-ubuntu-version
Browse files Browse the repository at this point in the history
Fix ubuntu version with required python versions
  • Loading branch information
dlobato authored Feb 26, 2025
2 parents ba2c4cd + 70204b2 commit 4a9bd94
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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-22.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-22.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-22.04
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unittest-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 4a9bd94

Please sign in to comment.