We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f4742 commit 780f02bCopy full SHA for 780f02b
.github/workflows/Windows-arm.yml
@@ -21,10 +21,10 @@ jobs:
21
fail-fast: false
22
matrix:
23
include:
24
- - name: win11-msvc-clang-repl-19
+ - name: win11-msvc-clang-repl-20
25
os: windows-11-arm
26
compiler: msvc
27
- clang-runtime: '19'
+ clang-runtime: '20'
28
cling: Off
29
llvm_enable_projects: "clang"
30
llvm_targets_to_build: "host;NVPTX"
@@ -225,10 +225,10 @@ jobs:
225
226
227
228
229
230
231
232
233
cppyy: Off
234
0 commit comments