Skip to content

Commit 70ab306

Browse files
committed
ci: use llvm 15 as the compiler
1 parent ee5b3a4 commit 70ab306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
d:
1717
- "ldc-latest"
1818
compiler:
19-
- llvm-19
19+
- llvm-15
2020
include:
2121
- os: macos-14 # arm64
2222
d: "ldc-latest"
23-
compiler: "appleclang"
23+
compiler: "llvm-15"
2424
- os: macos-13 # x86
2525
d: "ldc-latest"
26-
compiler: "appleclang"
26+
compiler: "llvm-15"
2727

2828
steps:
2929
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)