aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2025-08-08 04:38:44 +0000
committerterminaldweller <devi@terminaldweller.com>2025-08-08 04:38:44 +0000
commit31366c8667adcc5b53f2b6d81dd3db0f7d947909 (patch)
tree74881a1e3f927840c227e042d9dc0a7c6b4f853f
parentadded docker test build images for clang 19,20,21,22 (diff)
downloadcgrep-31366c8667adcc5b53f2b6d81dd3db0f7d947909.tar.gz
cgrep-31366c8667adcc5b53f2b6d81dd3db0f7d947909.zip
added docker test build images for clang 19,20,21,22
-rw-r--r--.github/workflows/cmake.yml2
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]