Skip to content

Commit 580b82d

Browse files
committed
test against Ubuntu 20.04 to continue allowing testing with Python 3.6
1 parent 2be28fd commit 580b82d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
strategy:
2323
matrix:
2424
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
25-
os-version: [ubuntu-latest, windows-latest, macos-latest]
25+
os-version: [ubuntu-20.04, windows-latest, macos-latest]
26+
# Pinned Ubuntu version to 20.04 since no Python 3.6 builds available on ubuntu-latest (22.04) as of 2022-12-7.
27+
# os-version: [ubuntu-latest, windows-latest, macos-latest]
2628

2729
steps:
2830
- name: Checkout repository

0 commit comments

Comments
 (0)