Skip to content

Commit 4a3d079

Browse files
committed
fix(ci): use wasmtime 28.0.0 in CI
Signed-off-by: Adam Reese <[email protected]>
1 parent c2d4ef2 commit 4a3d079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Wasmtime
3232
uses: bytecodealliance/actions/wasmtime/setup@v1
3333
with:
34-
version: "13.0.1"
34+
version: "28.0.0"
3535

3636
- name: Run unit tests
3737
run: make test

0 commit comments

Comments
 (0)