We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef12df commit 549e1cfCopy full SHA for 549e1cf
.github/workflows/unit-tests.yaml
@@ -46,12 +46,12 @@ jobs:
46
brew install llvm@16
47
48
- if: "'macos-14' == matrix.os"
49
- - name: "Run macos-14 unit tests"
+ name: "Run unit tests"
50
env:
51
CC: "/opt/homebrew/opt/llvm@16/bin/clang"
52
CXX: "/opt/homebrew/opt/llvm@16/bin/clang++"
53
run: "task test-all"
54
55
- if: "false == ('macos-14' == matrix.os)"
56
- - name: "Run unit tests"
57
0 commit comments