Skip to content

Commit 5213880

Browse files
Merge pull request #3337 from nexB/remove-ubuntu18-from-ci
Update release script to remove ubuntu18
2 parents 89cfb1a + 6639317 commit 5213880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scancode-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326
strategy:
327327
fail-fast: true
328328
matrix:
329-
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
329+
os: [ubuntu-20.04, ubuntu-22.04]
330330
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
331331

332332
steps:

0 commit comments

Comments
 (0)