Skip to content

Commit 8e666b3

Browse files
committed
Specify clang compiler
1 parent 12b2e79 commit 8e666b3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/unit-macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
build-and-test:
1414
name: Unit tests on macOS
1515
runs-on: macos-15
16+
env:
17+
CC: clang
18+
CXX: clang++
1619

1720
steps:
1821

0 commit comments

Comments
 (0)