Skip to content

Commit ca29de3

Browse files
authored
Remove Windows llvm 17 and 18 jobs from ci (#464)
1 parent a8f3e3a commit ca29de3

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/Windows.yml

-26
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,6 @@ jobs:
2828
cling: Off
2929
llvm_enable_projects: "clang"
3030
llvm_targets_to_build: "host;NVPTX"
31-
- name: win2025-msvc-clang-repl-18
32-
os: windows-2025
33-
compiler: msvc
34-
clang-runtime: '18'
35-
cling: Off
36-
llvm_enable_projects: "clang"
37-
llvm_targets_to_build: "host;NVPTX"
38-
- name: win2025-msvc-clang-repl-17
39-
os: windows-2025
40-
compiler: msvc
41-
clang-runtime: '17'
42-
cling: Off
43-
llvm_enable_projects: "clang"
44-
llvm_targets_to_build: "host;NVPTX"
4531

4632
steps:
4733
- uses: actions/checkout@v4
@@ -244,18 +230,6 @@ jobs:
244230
clang-runtime: '19'
245231
cling: Off
246232
cppyy: Off
247-
- name: win2025-msvc-clang-repl-18
248-
os: windows-2025
249-
compiler: msvc
250-
clang-runtime: '18'
251-
cling: Off
252-
cppyy: Off
253-
- name: win2025-msvc-clang-repl-17
254-
os: windows-2025
255-
compiler: msvc
256-
clang-runtime: '17'
257-
cling: Off
258-
cppyy: Off
259233

260234
steps:
261235
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)