We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb4ea6 commit 75a6473Copy full SHA for 75a6473
.github/workflows/emscripten.yml
@@ -45,8 +45,8 @@ jobs:
45
llvm_enable_projects: "clang;lld"
46
llvm_targets_to_build: "WebAssembly"
47
emsdk_ver: "3.1.73"
48
- - name: osx13-x86-clang-clang-repl-19-emscripten
49
- os: macos-13
+ - name: osx15-x86-clang-clang-repl-19-emscripten
+ os: macos-15-intel
50
compiler: clang
51
clang-runtime: '19'
52
cling: Off
@@ -486,8 +486,8 @@ jobs:
486
487
micromamba_shell_init: bash
488
489
- - name: osx13-x86-clang-clang-repl-19-emscripten_wasm
490
+ - name: osx15-x86-clang-clang-repl-19-emscripten_wasm
491
492
493
0 commit comments