Skip to content

Commit a1ab6e3

Browse files
Rami Al-RfouRami Al-Rfou
authored andcommitted
downgrade ubuntu to enable testing of older python versions
1 parent 96b54c1 commit a1ab6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: true
88
matrix:
9-
os: [ubuntu-latest, macos-latest, windows-latest]
9+
os: [ubuntu-22.04, macos-latest, windows-latest]
1010
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
1111

1212
name: Test ${{ matrix.os }} Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)