diff options
author | terminaldweller <devi@terminaldweller.com> | 2025-08-08 04:41:41 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2025-08-08 04:41:41 +0000 |
commit | 6668197b0bc5623ebb7b671a6cb4bf4d06639da2 (patch) | |
tree | 8376849027eb36771fae19c8c0641bfea2d38000 | |
parent | added docker test build images for clang 19,20,21,22 (diff) | |
download | cgrep-6668197b0bc5623ebb7b671a6cb4bf4d06639da2.tar.gz cgrep-6668197b0bc5623ebb7b671a6cb4bf4d06639da2.zip |
added docker test build images for clang 19,20,21,22
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/cmake.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 22aa740..67e93f9 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -8,10 +8,10 @@ env: BUILD_TYPE: Release jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: - version: [15 ,16 ,17 ,18 ,19 ,20 ,21 ,22] + version: [16 ,17 ,18 ,19 ,20 ,21 ,22] steps: - uses: actions/checkout@v3 - name: Get LLVM |