Skip to content

Commit 9827366

Browse files
committed
keep ubuntu 20.04 with py3.8 in CICD
1 parent d655ec4 commit 9827366

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414
- windows-latest
1515
- macos-latest
1616
python-version:
17-
- 3.8
18-
- '3.10'
17+
- 3.9
1918
- '3.11'
2019
- '3.12'
20+
include:
21+
- os: ubuntu-20.04
22+
python-version: 3.8
2123
runs-on: ${{ matrix.os }}
2224
steps:
2325
- name: checkout

0 commit comments

Comments
 (0)