Skip to content

Commit 31e003f

Browse files
committed
CI: Use ubuntu-22.04 to support Python 3.7
1 parent 4d5e07d commit 31e003f

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
@@ -24,8 +24,8 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
strategy:
2626
matrix:
27-
os: ["ubuntu-latest"]
2827
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
28+
os: ["ubuntu-22.04"]
2929
cratedb-version: ["nightly"]
3030
fail-fast: false
3131

0 commit comments

Comments
 (0)