Skip to content

Commit c8a5a4d

Browse files
authored
Update emscripten.yml
1 parent 7ca974b commit c8a5a4d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/emscripten.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- name: ubu24-arm-gcc12-clang-repl-19-emscripten
24+
- name: ubu24-arm-gcc12-clang-repl-20-emscripten
2525
os: ubuntu-24.04-arm
2626
compiler: gcc-12
27-
clang-runtime: '19'
27+
clang-runtime: '20'
2828
cling: Off
2929
llvm_enable_projects: "clang;lld"
3030
llvm_targets_to_build: "WebAssembly"
3131
emsdk_ver: "3.1.45"
32-
- name: ubu24-x86-gcc12-clang-repl-19-emscripten
32+
- name: ubu24-x86-gcc12-clang-repl-20-emscripten
3333
os: ubuntu-24.04
3434
compiler: gcc-12
35-
clang-runtime: '19'
35+
clang-runtime: '20'
3636
cling: Off
3737
llvm_enable_projects: "clang;lld"
3838
llvm_targets_to_build: "WebAssembly"
3939
emsdk_ver: "3.1.45"
40-
- name: osx15-arm-clang-clang-repl-19-emscripten
40+
- name: osx15-arm-clang-clang-repl-20-emscripten
4141
os: macos-15
4242
compiler: clang
43-
clang-runtime: '19'
43+
clang-runtime: '20'
4444
cling: Off
4545
llvm_enable_projects: "clang;lld"
4646
llvm_targets_to_build: "WebAssembly"
@@ -459,24 +459,24 @@ jobs:
459459
fail-fast: false
460460
matrix:
461461
include:
462-
- name: ubu24-x86-gcc12-clang-repl-19-emscripten_wasm
462+
- name: ubu24-x86-gcc12-clang-repl-20-emscripten_wasm
463463
os: ubuntu-24.04
464464
compiler: gcc-12
465-
clang-runtime: '19'
465+
clang-runtime: '20'
466466
cling: Off
467467
micromamba_shell_init: bash
468468
emsdk_ver: "3.1.45"
469-
- name: ubu24-arm-gcc12-clang-repl-19-emscripten_wasm
469+
- name: ubu24-arm-gcc12-clang-repl-20-emscripten_wasm
470470
os: ubuntu-24.04-arm
471471
compiler: gcc-12
472-
clang-runtime: '19'
472+
clang-runtime: '20'
473473
cling: Off
474474
micromamba_shell_init: bash
475475
emsdk_ver: "3.1.45"
476-
- name: osx15-arm-clang-clang-repl-19-emscripten_wasm
476+
- name: osx15-arm-clang-clang-repl-20-emscripten_wasm
477477
os: macos-15
478478
compiler: clang
479-
clang-runtime: '19'
479+
clang-runtime: '20'
480480
cling: Off
481481
micromamba_shell_init: bash
482482
emsdk_ver: "3.1.45"

0 commit comments

Comments
 (0)