Skip to content

Commit 882bad2

Browse files
authored
Fix clang-runtime deployment
1 parent 4c44d26 commit 882bad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
# micromamba_shell_init is derived below from runner.os.
2828
include:
29-
- { name: osx26-arm-emscr-llvm22, os: macos-26, clang-runtime: '21', wasm: true }
29+
- { name: osx26-arm-emscr-llvm22, os: macos-26, clang-runtime: '22', wasm: true }
3030

3131
steps:
3232
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)