Skip to content

Commit

Permalink
Merge pull request #941 from joseph-v/ci-u2004
Browse files Browse the repository at this point in the history
Add Ubuntu 20.04 for CI execution
  • Loading branch information
skdwriting authored Nov 23, 2022
2 parents a43a376 + 92b1161 commit 2874260
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 2874260

Please sign in to comment.