misc,tests: Update supported GCC and Clang compilers

- GCC: v10 to v14
- Clang: v14 to v18

Change-Id: I6cd1686ffff0f08686a231b6b4936da343d53831
This commit is contained in:
Bobby R. Bruce
2024-06-27 00:57:15 -07:00
parent b68c2ef37f
commit bef452ce72
2 changed files with 4 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ jobs:
# for compilation error to be exposed.
runs-on: [self-hosted, linux, x64]
if: github.event.pull_request.draft == false
container: ghcr.io/gem5/clang-version-16:latest
container: ghcr.io/gem5/clang-version-18:latest
needs: [pre-commit, check-for-change-id]
timeout-minutes: 90
steps: