Skip to content

Commit

Permalink
Add Ubuntu 20.04 for CI execution
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-v committed Nov 17, 2022
1 parent 462d09c commit 36176eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/delfin_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
strategy:
max-parallel: 6
matrix:
platform:
- ubuntu-18.04
platform: [ubuntu-18.04, ubuntu-20.04]
python-version: [ 3.6, 3.7, 3.8 ]

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/delfin_e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
strategy:
max-parallel: 6
matrix:
platform:
- ubuntu-18.04
platform: [ubuntu-18.04, ubuntu-20.04]
python-version: [ 3.6 ]

steps:
Expand Down

0 comments on commit 36176eb

Please sign in to comment.