From 3640559a129fbde16d6687b9689a2bde2f319479 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Tue, 13 Aug 2024 06:54:12 -0700 Subject: [PATCH] misc,tests: Fix compiler tests (add missing `,`) (#1459) --- .github/workflows/compiler-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compiler-tests.yaml b/.github/workflows/compiler-tests.yaml index f58a9bb161..70b95f5ce4 100644 --- a/.github/workflows/compiler-tests.yaml +++ b/.github/workflows/compiler-tests.yaml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: image: [gcc-version-13, gcc-version-12, gcc-version-11, gcc-version-10, clang-version-16, clang-version-15, clang-version-14, clang-version-13, - clang-version-12, clang-version-11, clang-version-10 ubuntu-20.04_all-dependencies, ubuntu-22.04_all-dependencies, ubuntu-24.04_all-dependencies, + clang-version-12, clang-version-11, clang-version-10, ubuntu-20.04_all-dependencies, ubuntu-22.04_all-dependencies, ubuntu-24.04_all-dependencies, ubuntu-24.04_min-dependencies] opts: [.opt, .fast] runs-on: [self-hosted, linux, x64]