Skip to content

Commit

Permalink
Merge pull request #1006 from joseph-v/fix_ci_ubuntu18
Browse files Browse the repository at this point in the history
Remove depricated ubuntu 18 from github actions CI
  • Loading branch information
skdwriting authored Jun 13, 2023
2 parents f2765e1 + 7b63bba commit fe37664
Show file tree
Hide file tree
Showing 4 changed files with 324 additions and 324 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delfin_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
strategy:
max-parallel: 6
matrix:
platform: [ubuntu-18.04, ubuntu-20.04]
python-version: [ 3.6 ]
platform: [ubuntu-20.04]
python-version: [ 3.8 ]

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

steps:
- name: Checkout delfin code
Expand Down
Loading

0 comments on commit fe37664

Please sign in to comment.