We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 374bca3 + 321ebd5 commit f98f2f2Copy full SHA for f98f2f2
1 file changed
.github/workflows/linux_and_macos.yml
@@ -28,16 +28,10 @@ jobs:
28
clang_repo_suffix: null
29
make: make
30
runs-on: ubuntu-22.04
31
- - cc: clang-17
32
- cxx: clang++-17
33
- clang_major_version: 17
34
- clang_repo_suffix: -17
35
- make: bmake
36
- runs-on: ubuntu-22.04
37
- cc: clang-18
38
cxx: clang++-18
39
clang_major_version: 18
40
- clang_repo_suffix:
+ clang_repo_suffix: -18
41
make: bmake
42
43
- cc: musl-gcc
0 commit comments