Skip to content

Commit c1b4949

Browse files
authored
use system clang
1 parent 328b24d commit c1b4949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
matrix:
116116
vector:
117117
- jobname: osx-clang
118-
cc: clang
118+
cc: /usr/bin/clang
119119
pool: macos-14
120120
- jobname: osx-reftable
121121
cc: clang
@@ -151,7 +151,7 @@ jobs:
151151
return 0;
152152
}
153153
EOF
154-
for compiler in gcc clang
154+
for compiler in gcc /usr/bin/clang
155155
do
156156
echo "$compiler:"
157157
$compiler -o x x.c && ./x

0 commit comments

Comments
 (0)