Skip to content

Commit 889f996

Browse files
committed
Part of upgrade to llvm 20
1 parent 9c64f35 commit 889f996

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-20-emscripten
24+
- name: ubu24-arm-gcc12-clang-repl-19-emscripten
2525
os: ubuntu-24.04-arm
2626
compiler: gcc-12
27-
clang-runtime: '20'
27+
clang-runtime: '19'
2828
cling: Off
2929
llvm_enable_projects: "clang;lld"
3030
llvm_targets_to_build: "WebAssembly"
3131
emsdk_ver: "3.1.73"
32-
- name: osx15-arm-clang-clang-repl-20-emscripten
32+
- name: osx15-arm-clang-clang-repl-19-emscripten
3333
os: macos-15
3434
compiler: clang
35-
clang-runtime: '20'
35+
clang-runtime: '19'
3636
cling: Off
3737
llvm_enable_projects: "clang;lld"
3838
llvm_targets_to_build: "WebAssembly"
3939
emsdk_ver: "3.1.73"
40-
- name: ubu24-x86-gcc12-clang-repl-20-emscripten
40+
- name: ubu24-x86-gcc12-clang-repl-19-emscripten
4141
os: ubuntu-24.04
4242
compiler: gcc-12
43-
clang-runtime: '20'
43+
clang-runtime: '19'
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-20-emscripten_wasm
462+
- name: ubu24-x86-gcc12-clang-repl-19-emscripten_wasm
463463
os: ubuntu-24.04
464464
compiler: gcc-12
465-
clang-runtime: '20'
465+
clang-runtime: '19'
466466
cling: Off
467467
micromamba_shell_init: bash
468468
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
470470
os: macos-15
471471
compiler: clang
472-
clang-runtime: '20'
472+
clang-runtime: '19'
473473
cling: Off
474474
micromamba_shell_init: bash
475475
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
477477
os: ubuntu-24.04-arm
478478
compiler: gcc-12
479-
clang-runtime: '20'
479+
clang-runtime: '19'
480480
cling: Off
481481
micromamba_shell_init: bash
482482
emsdk_ver: "3.1.73"

0 commit comments

Comments
 (0)