Skip to content

Commit 420a545

Browse files
authored
TST: Use Ubuntu 20.04 for running CI test suite (#1452)
Closes #1451 This sets the test suite to use ubuntu-20.04 as opposed to ubuntu-latest as the latter switched over in the last day or so to using ubuntu-22.04 and that broke testing Python 3.6. Ubuntu 20.04 has maintenance fixes for another ~2.5 years, and is supported critically for another 5 years after that Signed-off-by: Matthew Peveler <[email protected]> Signed-off-by: Matthew Peveler <[email protected]>
1 parent fb34775 commit 420a545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
tests:
2020
name: pytest on ${{ matrix.python-version }}
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-20.04
2222
strategy:
2323
matrix:
2424
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]

0 commit comments

Comments
 (0)