aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cmake-config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cmake-config.yml b/.github/workflows/cmake-config.yml
index 3858773..0988102 100644
--- a/.github/workflows/cmake-config.yml
+++ b/.github/workflows/cmake-config.yml
@@ -1,5 +1,5 @@
1# GitHub Actions workflow to test CMake config. 1# GitHub Actions workflow to check CMake config.
2name: "CMake Config" 2name: "CMake Check"
3 3
4on: 4on:
5 push: {} 5 push: {}
@@ -11,7 +11,7 @@ concurrency:
11 11
12jobs: 12jobs:
13 check: 13 check:
14 name: "Check (${{ matrix.os }})" 14 name: "${{ matrix.os }}"
15 runs-on: "${{ matrix.os }}" 15 runs-on: "${{ matrix.os }}"
16 strategy: 16 strategy:
17 fail-fast: true 17 fail-fast: true