Skip to content

Commit 953126b

Browse files
committed
update testing to use newer version of ubuntu
1 parent 77666aa commit 953126b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
python-version: ['3.8', '3.9', '3.10', '3.11']
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.
25+
os-version: ['ubuntu-latest', 'windows-latest', 'macos-latest']
2726
# os-version: [ubuntu-latest, windows-latest, macos-latest]
2827

2928
steps:

0 commit comments

Comments
 (0)