We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3db10 commit f698b0cCopy full SHA for f698b0c
1 file changed
.github/workflows/build.yml
@@ -104,6 +104,18 @@ jobs:
104
--config ${{ env.CMAKE_BUILD_TYPE }} \
105
--verbose
106
107
+ cmake-config-oldest-cmake:
108
+ name: CMake 3.15 config check (Ubuntu 26.04)
109
+ runs-on: ubuntu-26.04
110
+ steps:
111
+ - uses: actions/checkout@v6
112
+
113
+ - name: Check CMake 3.15
114
+ uses: ./.github/actions/quick_cmake
115
+ with:
116
+ cmake-version: "3.15"
117
+ if: success() || failure()
118
119
bazel-build:
120
strategy:
121
matrix:
0 commit comments