ci: Go back to Ubuntu 22.04 for Docker

See #8424
This commit is contained in:
Florian Bruhin 2025-02-24 09:43:42 +01:00
parent 990c4d4cfc
commit 33ba05c657
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ jobs:
tests-docker:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
timeout-minutes: 45
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04 # not 24.04 because sandboxing fails by default (#8424)
strategy:
fail-fast: false
matrix: