Skip to content

Commit 90cafe4

Browse files
committed
Switch to WAMR for windows CI
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
1 parent 45ec154 commit 90cafe4

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -260,27 +260,13 @@ jobs:
260260
os: macos-13
261261
arch: x86_64
262262
action: test
263-
- name: 'WAVM on Windows/x86_64'
264-
engine: 'wavm'
265-
repo: 'com_github_wavm_wavm'
266-
os: windows-2019
267-
arch: x86_64
268-
action: test
269-
targets: -//test/fuzz/...
270263
- name: 'WAMR on Windows/x86_64'
271264
engine: 'wamr'
272265
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
273266
os: windows-2019
274267
arch: x86_64
275268
action: test
276269
targets: -//test/fuzz/...
277-
- name: 'WasmEdge on Windows/x86_64'
278-
engine: 'wasmedge'
279-
repo: 'com_github_wasmedge_wasmedge'
280-
os: windows-2019
281-
arch: x86_64
282-
action: test
283-
targets: -//test/fuzz/...
284270
- name: 'WAVM on Linux/x86_64'
285271
engine: 'wavm'
286272
repo: 'com_github_wavm_wavm'

0 commit comments

Comments
 (0)