Skip to content

Commit 63dcd36

Browse files
committed
switch newer ubuntu version
seems like scylla 6.2 cqlsh isn't working as expect on old versions of glibc ``` 2025-01-19 13:51:07.901 DEBUG [cluster:757]: node1: (EE) /home/runner/.ccm/scylla-repository/release/6.2.2/python3/bin/../libexec/python3.12.bin: symbol lookup error: /lib/x86_64-linux-gnu/libpthread.so.0: undefined symbol: __libc_pthread_init, version GLIBC_PRIVATE ```
1 parent 6b24241 commit 63dcd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
tests:
1313
name: test ${{ matrix.event_loop_manager }} (${{ matrix.python-version }})
1414
if: "!contains(github.event.pull_request.labels.*.name, 'disable-integration-tests')"
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
strategy:
1717
fail-fast: false
1818
matrix:

0 commit comments

Comments
 (0)