Skip to content

Commit 20a2748

Browse files
committed
CI: Use ubuntu-22.04 to support Python 3.7
1 parent 9f9daff commit 20a2748

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
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
os: ['ubuntu-latest', 'macos-latest']
20+
os: ['ubuntu-22.04', 'macos-latest']
2121
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
2222
cratedb-version: ['5.8.3']
2323

0 commit comments

Comments
 (0)