Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,6 @@ jobs:
cling: Off
llvm_enable_projects: "clang"
llvm_targets_to_build: "host;NVPTX"
- name: win2025-msvc-clang-repl-18
os: windows-2025
compiler: msvc
clang-runtime: '18'
cling: Off
llvm_enable_projects: "clang"
llvm_targets_to_build: "host;NVPTX"
- name: win2025-msvc-clang-repl-17
os: windows-2025
compiler: msvc
clang-runtime: '17'
cling: Off
llvm_enable_projects: "clang"
llvm_targets_to_build: "host;NVPTX"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -244,18 +230,6 @@ jobs:
clang-runtime: '19'
cling: Off
cppyy: Off
- name: win2025-msvc-clang-repl-18
os: windows-2025
compiler: msvc
clang-runtime: '18'
cling: Off
cppyy: Off
- name: win2025-msvc-clang-repl-17
os: windows-2025
compiler: msvc
clang-runtime: '17'
cling: Off
cppyy: Off

steps:
- uses: actions/checkout@v4
Expand Down