diff options
author | terminaldweller <devi@terminaldweller.com> | 2025-08-08 04:36:59 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2025-08-08 04:36:59 +0000 |
commit | a69a9a94c1c4ce0ecf0b7a09e520fdb3cdd05a83 (patch) | |
tree | 4c75e67227c69f29e86cb0051986b6d4f8885f3f /.github/workflows | |
parent | added docker test build images for clang 19,20,21,22 (diff) | |
download | cgrep-a69a9a94c1c4ce0ecf0b7a09e520fdb3cdd05a83.tar.gz cgrep-a69a9a94c1c4ce0ecf0b7a09e520fdb3cdd05a83.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 404bbfa..bf4414e 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -8,10 +8,10 @@ env: BUILD_TYPE: Release jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 strategy: matrix: - version: [15 ,16 ,17 ,18 ,19 ,20 ,21] + version: [15 ,16 ,17 ,18 ,19 ,20 ,21 ,22] steps: - uses: actions/checkout@v3 - name: Get LLVM |