We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ubuntu-22.04
1 parent 9f9daff commit 20a2748Copy full SHA for 20a2748
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
strategy:
19
matrix:
20
- os: ['ubuntu-latest', 'macos-latest']
+ os: ['ubuntu-22.04', 'macos-latest']
21
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
22
cratedb-version: ['5.8.3']
23
0 commit comments