Skip to content

Commit 780f02b

Browse files
authored
Update Windows-arm.yml to use llvm 20
1 parent 37f4742 commit 780f02b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Windows-arm.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- name: win11-msvc-clang-repl-19
24+
- name: win11-msvc-clang-repl-20
2525
os: windows-11-arm
2626
compiler: msvc
27-
clang-runtime: '19'
27+
clang-runtime: '20'
2828
cling: Off
2929
llvm_enable_projects: "clang"
3030
llvm_targets_to_build: "host;NVPTX"
@@ -225,10 +225,10 @@ jobs:
225225
fail-fast: false
226226
matrix:
227227
include:
228-
- name: win11-msvc-clang-repl-19
228+
- name: win11-msvc-clang-repl-20
229229
os: windows-11-arm
230230
compiler: msvc
231-
clang-runtime: '19'
231+
clang-runtime: '20'
232232
cling: Off
233233
cppyy: Off
234234

0 commit comments

Comments
 (0)