Skip to content

Commit 91ee407

Browse files
committed
CI: Use ubuntu-22.04 to support Python 3.7
1 parent 1e16e22 commit 91ee407

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: ['ubuntu-latest']
19+
os: ['ubuntu-22.04']
2020
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
2121
cratedb-version: ['nightly']
2222
sqla-version: ['latest']

.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']
22+
os: ['ubuntu-22.04']
2323
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
2424
cratedb-version: ['5.5.1']
2525
sqla-version: ['<1.4', '<1.5', '<2.1']

0 commit comments

Comments
 (0)