From 91c8f00154a6eb513acab6e055330df2a2acfa1c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 22 Jan 2025 09:01:59 -0800 Subject: [PATCH] Update Wasmtime back to 29 --- .github/actions/install-deps/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-deps/action.yml b/.github/actions/install-deps/action.yml index d25f2e3..8b81d56 100644 --- a/.github/actions/install-deps/action.yml +++ b/.github/actions/install-deps/action.yml @@ -7,7 +7,7 @@ runs: - name: Setup `wasmtime` for tests uses: bytecodealliance/actions/wasmtime/setup@v1 with: - version: "22.0.1" + version: "29.0.1" - name: Install ccache, ninja (macOS) run: brew install ccache ninja if: runner.os == 'macOS'