misc: Revert Dramsys Ubuntu to 22.04 to compile in gcc <13 (#1146)

Until https://github.com/gem5/gem5/issues/1121 is fixed, this change
will ensure our Weekly tests pass.
This commit is contained in:
Bobby R. Bruce
2024-05-21 10:57:16 -07:00
committed by GitHub
parent 6adb7a8637
commit 52fbc8ebcf

View File

@@ -152,7 +152,7 @@ jobs:
dramsys-tests:
runs-on: [self-hosted, linux, x64]
container: ghcr.io/gem5/ubuntu-24.04_all-dependencies:latest
container: ghcr.io/gem5/ubuntu-22.04_all-dependencies:latest
timeout-minutes: 4320 # 3 days
steps:
- uses: actions/checkout@v4