Skip to content

Commit 989782d

Browse files
committed
Try Ubuntu 22.
1 parent d5848f6 commit 989782d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
strategy:
1313
matrix:
1414
include:
15-
- os: ubuntu-20.04
15+
- os: ubuntu-22.04
1616
python-version: '3.6'
17-
- os: ubuntu-20.04
17+
- os: ubuntu-22.04
1818
python-version: '3.7'
19-
- os: ubuntu-20.04
19+
- os: ubuntu-22.04
2020
python-version: '3.8'
2121
- os: ubuntu-latest
2222
python-version: '3.9'

0 commit comments

Comments
 (0)