Skip to content

Commit cf4057f

Browse files
committed
ci: try bumping wasmtime version
Hopefully this fixes the problem running tests.
1 parent 89b3d9a commit cf4057f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
runs-on: ubuntu-latest
136136
env:
137137
# The version of wasmtime to download and install.
138-
WASMTIME_VERSION: 15.0.1
138+
WASMTIME_VERSION: 30.0.1
139139
steps:
140140
- name: Checkout repository
141141
uses: actions/checkout@v4
@@ -168,7 +168,7 @@ jobs:
168168
runs-on: ubuntu-latest
169169
env:
170170
# The version of wasmtime to download and install.
171-
WASMTIME_VERSION: 15.0.1
171+
WASMTIME_VERSION: 30.0.1
172172
steps:
173173
- name: Checkout repository
174174
uses: actions/checkout@v4
@@ -262,7 +262,7 @@ jobs:
262262
runs-on: ubuntu-latest
263263
env:
264264
# The version of wasmtime to download and install.
265-
WASMTIME_VERSION: 15.0.1
265+
WASMTIME_VERSION: 30.0.1
266266
steps:
267267
- name: Checkout repository
268268
uses: actions/checkout@v4

0 commit comments

Comments
 (0)