Skip to content

Commit d17c47b

Browse files
committed
adjust path
1 parent 08f1678 commit d17c47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Configure
1818
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DRPP_TEST=ON
1919
env:
20-
CXX: /usr/local/opt/llvm/bin/clang++
20+
CXX: clang++
2121
- name: Build
2222
run: cmake --build build -- -j
2323
- name: Test

0 commit comments

Comments
 (0)