misc,tests: Update supported GCC and Clang compilers
- GCC: v10 to v14 - Clang: v14 to v18 Change-Id: I6cd1686ffff0f08686a231b6b4936da343d53831
This commit is contained in:
2
.github/workflows/ci-tests.yaml
vendored
2
.github/workflows/ci-tests.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user