From 52fbc8ebcf9920451bdf77a8651658e69ec85d7b Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Tue, 21 May 2024 10:57:16 -0700 Subject: [PATCH] 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. --- .github/workflows/weekly-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly-tests.yaml b/.github/workflows/weekly-tests.yaml index 41f935bf22..7d06d94ad8 100644 --- a/.github/workflows/weekly-tests.yaml +++ b/.github/workflows/weekly-tests.yaml @@ -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