Skip to content

Commit 27a6b17

Browse files
committed
GitHub Action image update
1 parent 6b6febb commit 27a6b17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
# Older Python versions on Ubuntu 20.04
15+
# Older Python versions on 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

2121
# Newer Python versions on latest Ubuntu
2222
- python-version: "3.8"

0 commit comments

Comments
 (0)