Skip to content

Commit 8f13829

Browse files
committed
CI: Downgrade runner OS to retain support for Python 3.6
1 parent eccb146 commit 8f13829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
os: [ubuntu-latest, macos-latest, windows-latest]
22+
os: [ubuntu-20.04, macos-latest, windows-latest]
2323
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
2424
exclude:
2525

0 commit comments

Comments
 (0)