Skip to content

Commit 28e676a

Browse files
authored
ci/linux: remove support of 18.04
1 parent 5e2e7b7 commit 28e676a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python: [3]
12-
ubuntu: [18, 20, 22]
13-
include:
14-
- ubuntu: 18
15-
python: 2
12+
ubuntu: [20, 22]
1613
steps:
1714
- uses: actions/checkout@v3
1815
with:

0 commit comments

Comments
 (0)