Skip to content

Commit 2508d09

Browse files
authored
drop ubuntu 18.04 from tests (#50)
* drop ubuntu 18 * rm container
1 parent b80e214 commit 2508d09

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,9 @@ jobs:
2525
version:
2626
- '1.0.1'
2727
- '2.18.1'
28-
include:
29-
- system: ubuntu-18.04
30-
container: ubuntu:18.04
31-
version: '1.0.1'
32-
- system: ubuntu-18.04
33-
container: ubuntu:18.04
34-
version: '2.18.1'
3528
runs-on: ${{ matrix.system }}
36-
container: ${{ matrix.container }}
3729
steps:
3830
- uses: actions/checkout@v3
39-
- uses: actions/setup-node@v3
40-
if: matrix.container == 'ubuntu:18.04'
41-
with:
42-
node-version: '16'
4331
- uses: actions/setup-python@v3
4432
if: matrix.system == 'windows'
4533
with:

0 commit comments

Comments
 (0)