Skip to content

Commit

Permalink
Update emscripten.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Feb 2, 2025
1 parent 7ca974b commit c8a5a4d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@ jobs:
fail-fast: false
matrix:
include:
- name: ubu24-arm-gcc12-clang-repl-19-emscripten
- name: ubu24-arm-gcc12-clang-repl-20-emscripten
os: ubuntu-24.04-arm
compiler: gcc-12
clang-runtime: '19'
clang-runtime: '20'
cling: Off
llvm_enable_projects: "clang;lld"
llvm_targets_to_build: "WebAssembly"
emsdk_ver: "3.1.45"
- name: ubu24-x86-gcc12-clang-repl-19-emscripten
- name: ubu24-x86-gcc12-clang-repl-20-emscripten
os: ubuntu-24.04
compiler: gcc-12
clang-runtime: '19'
clang-runtime: '20'
cling: Off
llvm_enable_projects: "clang;lld"
llvm_targets_to_build: "WebAssembly"
emsdk_ver: "3.1.45"
- name: osx15-arm-clang-clang-repl-19-emscripten
- name: osx15-arm-clang-clang-repl-20-emscripten
os: macos-15
compiler: clang
clang-runtime: '19'
clang-runtime: '20'
cling: Off
llvm_enable_projects: "clang;lld"
llvm_targets_to_build: "WebAssembly"
Expand Down Expand Up @@ -459,24 +459,24 @@ jobs:
fail-fast: false
matrix:
include:
- name: ubu24-x86-gcc12-clang-repl-19-emscripten_wasm
- name: ubu24-x86-gcc12-clang-repl-20-emscripten_wasm
os: ubuntu-24.04
compiler: gcc-12
clang-runtime: '19'
clang-runtime: '20'
cling: Off
micromamba_shell_init: bash
emsdk_ver: "3.1.45"
- name: ubu24-arm-gcc12-clang-repl-19-emscripten_wasm
- name: ubu24-arm-gcc12-clang-repl-20-emscripten_wasm
os: ubuntu-24.04-arm
compiler: gcc-12
clang-runtime: '19'
clang-runtime: '20'
cling: Off
micromamba_shell_init: bash
emsdk_ver: "3.1.45"
- name: osx15-arm-clang-clang-repl-19-emscripten_wasm
- name: osx15-arm-clang-clang-repl-20-emscripten_wasm
os: macos-15
compiler: clang
clang-runtime: '19'
clang-runtime: '20'
cling: Off
micromamba_shell_init: bash
emsdk_ver: "3.1.45"
Expand Down

0 comments on commit c8a5a4d

Please sign in to comment.