File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -21,26 +21,26 @@ jobs:
21
21
fail-fast : false
22
22
matrix :
23
23
include :
24
- - name : ubu24-arm-gcc12-clang-repl-20 -emscripten
24
+ - name : ubu24-arm-gcc12-clang-repl-19 -emscripten
25
25
os : ubuntu-24.04-arm
26
26
compiler : gcc-12
27
- clang-runtime : ' 20 '
27
+ clang-runtime : ' 19 '
28
28
cling : Off
29
29
llvm_enable_projects : " clang;lld"
30
30
llvm_targets_to_build : " WebAssembly"
31
31
emsdk_ver : " 3.1.73"
32
- - name : osx15-arm-clang-clang-repl-20 -emscripten
32
+ - name : osx15-arm-clang-clang-repl-19 -emscripten
33
33
os : macos-15
34
34
compiler : clang
35
- clang-runtime : ' 20 '
35
+ clang-runtime : ' 19 '
36
36
cling : Off
37
37
llvm_enable_projects : " clang;lld"
38
38
llvm_targets_to_build : " WebAssembly"
39
39
emsdk_ver : " 3.1.73"
40
- - name : ubu24-x86-gcc12-clang-repl-20 -emscripten
40
+ - name : ubu24-x86-gcc12-clang-repl-19 -emscripten
41
41
os : ubuntu-24.04
42
42
compiler : gcc-12
43
- clang-runtime : ' 20 '
43
+ clang-runtime : ' 19 '
44
44
cling : Off
45
45
llvm_enable_projects : " clang;lld"
46
46
llvm_targets_to_build : " WebAssembly"
@@ -459,24 +459,24 @@ jobs:
459
459
fail-fast : false
460
460
matrix :
461
461
include :
462
- - name : ubu24-x86-gcc12-clang-repl-20 -emscripten_wasm
462
+ - name : ubu24-x86-gcc12-clang-repl-19 -emscripten_wasm
463
463
os : ubuntu-24.04
464
464
compiler : gcc-12
465
- clang-runtime : ' 20 '
465
+ clang-runtime : ' 19 '
466
466
cling : Off
467
467
micromamba_shell_init : bash
468
468
emsdk_ver : " 3.1.73"
469
- - name : osx15-arm-clang-clang-repl-20 -emscripten_wasm
469
+ - name : osx15-arm-clang-clang-repl-19 -emscripten_wasm
470
470
os : macos-15
471
471
compiler : clang
472
- clang-runtime : ' 20 '
472
+ clang-runtime : ' 19 '
473
473
cling : Off
474
474
micromamba_shell_init : bash
475
475
emsdk_ver : " 3.1.73"
476
- - name : ubu24-arm-gcc12-clang-repl-20 -emscripten_wasm
476
+ - name : ubu24-arm-gcc12-clang-repl-19 -emscripten_wasm
477
477
os : ubuntu-24.04-arm
478
478
compiler : gcc-12
479
- clang-runtime : ' 20 '
479
+ clang-runtime : ' 19 '
480
480
cling : Off
481
481
micromamba_shell_init : bash
482
482
emsdk_ver : " 3.1.73"
You can’t perform that action at this time.
0 commit comments