Skip to content

Commit

Permalink
Merge pull request #3337 from nexB/remove-ubuntu18-from-ci
Browse files Browse the repository at this point in the history
Update release script to remove ubuntu18
  • Loading branch information
AyanSinhaMahapatra authored Apr 20, 2023
2 parents 89cfb1a + 6639317 commit 5213880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scancode-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04]
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
Expand Down

0 comments on commit 5213880

Please sign in to comment.