Skip to content

Commit 9fec3bf

Browse files
committed
Changed naming
1 parent e8110a9 commit 9fec3bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
run: cmake --build --preset build-gcc-arm-${{ matrix.buildtype }}
190190

191191
linux-fuzzing:
192-
name: ${{ matrix.os }}, ${{ matrix.compiler.name }}, C++${{ matrix.cxx }}, ${{ matrix.buildtype }}
192+
name: ${{ matrix.os }}, ${{ matrix.compiler.name }}, libFuzzer, ${{ matrix.buildtype }}
193193
runs-on: ${{ matrix.os }}
194194
strategy:
195195
fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix entry fails.

0 commit comments

Comments
 (0)