Skip to content

Commit 549e1cf

Browse files
committed
Fix yaml
1 parent bef12df commit 549e1cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
brew install llvm@16
4747
4848
- if: "'macos-14' == matrix.os"
49-
- name: "Run macos-14 unit tests"
49+
name: "Run unit tests"
5050
env:
5151
CC: "/opt/homebrew/opt/llvm@16/bin/clang"
5252
CXX: "/opt/homebrew/opt/llvm@16/bin/clang++"
5353
run: "task test-all"
5454

5555
- if: "false == ('macos-14' == matrix.os)"
56-
- name: "Run unit tests"
56+
name: "Run unit tests"
5757
run: "task test-all"

0 commit comments

Comments
 (0)