From 9afe24785b6100ba80ced1f117ebd9ba2a40df5d Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 6 Aug 2023 23:41:44 +0200 Subject: [PATCH] Fix clang ci yaml --- .github/workflows/ubuntu-latest-clang.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu-latest-clang.yml b/.github/workflows/ubuntu-latest-clang.yml index 6fce80c..e4dd6e6 100644 --- a/.github/workflows/ubuntu-latest-clang.yml +++ b/.github/workflows/ubuntu-latest-clang.yml @@ -23,8 +23,8 @@ jobs: strategy: matrix: - version: >- - ['latest', '16', '15', '14', '13', '12', '11', '10', '9', '8' '7'] + version: + ['latest', '16', '15', '14', '13', '12', '11', '10', '9', '8', '7'] runs-on: ubuntu-latest