Revert the removal of the container

This commit is contained in:
Clément Renault
2025-11-20 15:27:30 +01:00
parent f92c88ec52
commit 4a2f6b30c9

View File

@@ -143,7 +143,10 @@ jobs:
# We run tests in debug also, to make sure that the debug_assertions are hit
test-debug:
name: Run tests in debug
runs-on: ubuntu-22.04
runs-on: ubuntu-latest-large
container:
# Use ubuntu-22.04 to compile with glibc 2.35
image: ubuntu:22.04
steps:
- uses: actions/checkout@v5
- name: Install needed dependencies