Skip to content

Commit 5d99cf6

Browse files
committed
CI: migrate away from Ubuntu 20.04.
1 parent 91b944e commit 5d99cf6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,10 @@ jobs:
6060
strategy:
6161
matrix:
6262
include:
63-
- python-version: '3.6'
64-
os: ubuntu-20.04
65-
- python-version: '3.7'
66-
os: ubuntu-20.04
6763
- python-version: '3.8'
68-
os: ubuntu-20.04
64+
os: ubuntu-22.04
6965
- python-version: '3.9'
70-
os: ubuntu-20.04
66+
os: ubuntu-22.04
7167
- python-version: '3.10'
7268
os: ubuntu-22.04
7369
- python-version: '3.11'

0 commit comments

Comments
 (0)