diff options
author | terminaldweller <devi@terminaldweller.com> | 2025-08-08 04:38:44 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2025-08-08 04:38:44 +0000 |
commit | 31366c8667adcc5b53f2b6d81dd3db0f7d947909 (patch) | |
tree | 74881a1e3f927840c227e042d9dc0a7c6b4f853f /.github/workflows/cmake.yml | |
parent | added docker test build images for clang 19,20,21,22 (diff) | |
download | cgrep-31366c8667adcc5b53f2b6d81dd3db0f7d947909.tar.gz cgrep-31366c8667adcc5b53f2b6d81dd3db0f7d947909.zip |
added docker test build images for clang 19,20,21,22
Diffstat (limited to '.github/workflows/cmake.yml')
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index bf4414e..22aa740 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -8,7 +8,7 @@ env: BUILD_TYPE: Release jobs: build: - runs-on: ubuntu-24.04 + runs-on: ubuntu-20.04 strategy: matrix: version: [15 ,16 ,17 ,18 ,19 ,20 ,21 ,22] |