From 8fb3f68be372daf280cfdf647117747804ad8021 Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 27 Mar 2022 23:21:41 +0200 Subject: [PATCH] update ubuntu clang 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 a01c763..b08c86f 100644 --- a/.github/workflows/ubuntu-latest-clang.yml +++ b/.github/workflows/ubuntu-latest-clang.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: - version: [11, 10, 9, 8, 7] + version: [12, 11, 10, 9, 8, 7] runs-on: ubuntu-latest