Skip to content

Commit 762e523

Browse files
authored
CI: Switch ubuntu-20.04 with ubuntu-22.04 runner (#82)
2 parents 10f0e5c + fe4cdc5 commit 762e523

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ on:
1414

1515
jobs:
1616
test:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818
name: Python ${{ matrix.python }}
1919
strategy:
2020
matrix:
2121
python:
22-
- "3.6"
2322
- "3.7"
2423
- "3.8"
2524
- "3.9"

0 commit comments

Comments
 (0)