Skip to content

Commit 24cdb5b

Browse files
committed
ci: explicitly use Apple Clang as before
1 parent 5a98493 commit 24cdb5b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
strategy:
1616
matrix:
1717
env: [
18-
{ os: macos-14, cxx: clang++, c: clang, arch: x64, gen: Ninja, cxx_max: 23 },
19-
{ os: macos-15, cxx: clang++, c: clang, arch: x64, gen: Ninja, cxx_max: 23 },
20-
{ os: macos-26, cxx: clang++, c: clang, arch: x64, gen: Ninja, cxx_max: 23 },
18+
{ os: macos-14, cxx: /usr/bin/clang++, c: /usr/bin/clang, arch: x64, gen: Ninja, cxx_max: 23 },
19+
{ os: macos-15, cxx: /usr/bin/clang++, c: /usr/bin/clang, arch: x64, gen: Ninja, cxx_max: 23 },
20+
{ os: macos-26, cxx: /usr/bin/clang++, c: /usr/bin/clang, arch: x64, gen: Ninja, cxx_max: 23 },
2121

2222
{ os: ubuntu-22.04, cxx: g++-10, c: gcc-10, arch: x64, gen: Ninja, cxx_max: 17 },
2323
{ os: ubuntu-22.04, cxx: g++-11, c: gcc-11, arch: x64, gen: Ninja, cxx_max: 23 },

0 commit comments

Comments
 (0)