Skip to content

Commit 29aab54

Browse files
committed
ci: llvm 22
1 parent 184e438 commit 29aab54

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/setup-target-ci/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ inputs:
2020
wasi-version:
2121
description: WASI SDK version
2222
required: false
23-
default: '29'
23+
default: '32'
2424
wasi-version-full:
2525
description: Full WASI SDK version
2626
required: false
27-
default: '29.0'
27+
default: '32.0'
2828
wasi-sdk-path:
2929
description: WASI SDK install path
3030
required: false
31-
default: './wasi-sdk-29.0'
31+
default: './wasi-sdk-32.0'
3232
needs-emscripten:
3333
description: Whether Emscripten is needed
3434
required: false

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121

2222
env:
2323
NODE_VERSION: '24.11.1'
24-
MAIN_EM_VERSION: '4.0.11'
24+
MAIN_EM_VERSION: '4.0.23'
2525

2626
jobs:
2727
release:

0 commit comments

Comments
 (0)