Skip to content

Commit

Permalink
Merge pull request #77 from mcbarton/Update-emsdk-to-3.1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Feb 3, 2025
2 parents 442c915 + bd593e4 commit cb2b1ed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,31 @@ jobs:
cling: Off
llvm_enable_projects: "clang;lld"
llvm_targets_to_build: "WebAssembly"
emsdk_ver: "3.1.45"
emsdk_ver: "3.1.73"
- name: ubu22-arm-gcc12-clang-repl-19-emscripten
os: ubuntu-22.04-arm
compiler: gcc-12
clang-runtime: '19'
cling: Off
llvm_enable_projects: "clang;lld"
llvm_targets_to_build: "WebAssembly"
emsdk_ver: "3.1.45"
emsdk_ver: "3.1.73"
- name: osx15-arm-clang-clang-repl-19-emscripten
os: macos-15
compiler: clang
clang-runtime: '19'
cling: Off
llvm_enable_projects: "clang;lld"
llvm_targets_to_build: "WebAssembly"
emsdk_ver: "3.1.45"
emsdk_ver: "3.1.73"
- name: osx13-x86-clang-clang-repl-19-emscripten
os: macos-13
compiler: clang
clang-runtime: '19'
cling: Off
llvm_enable_projects: "clang;lld"
llvm_targets_to_build: "WebAssembly"
emsdk_ver: "3.1.45"
emsdk_ver: "3.1.73"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -473,28 +473,28 @@ jobs:
clang-runtime: '19'
cling: Off
micromamba_shell_init: bash
emsdk_ver: "3.1.45"
emsdk_ver: "3.1.73"
- name: ubu22-arm-gcc12-clang-repl-19-emscripten_wasm
os: ubuntu-22.04-arm
compiler: gcc-12
clang-runtime: '19'
cling: Off
micromamba_shell_init: bash
emsdk_ver: "3.1.45"
emsdk_ver: "3.1.73"
- name: osx15-arm-clang-clang-repl-19-emscripten_wasm
os: macos-15
compiler: clang
clang-runtime: '19'
cling: Off
micromamba_shell_init: bash
emsdk_ver: "3.1.45"
emsdk_ver: "3.1.73"
- name: osx13-x86-clang-clang-repl-19-emscripten_wasm
os: macos-13
compiler: clang
clang-runtime: '19'
cling: Off
micromamba_shell_init: bash
emsdk_ver: "3.1.45"
emsdk_ver: "3.1.73"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cb2b1ed

Please sign in to comment.