From 904432992e11e2326e19f0335f5d407cdb66febe Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 27 Feb 2022 11:23:29 +0100 Subject: [PATCH] disable clang12 ci --- .github/workflows/ubuntu-latest-clang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-latest-clang.yml b/.github/workflows/ubuntu-latest-clang.yml index b08c86f..a01c763 100644 --- a/.github/workflows/ubuntu-latest-clang.yml +++ b/.github/workflows/ubuntu-latest-clang.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: - version: [12, 11, 10, 9, 8, 7] + version: [11, 10, 9, 8, 7] runs-on: ubuntu-latest