Skip to content

Commit 0a8f6d8

Browse files
committed
Remove windows from CI
Signed-off-by: Keith Mattix II <[email protected]>
1 parent 392b3a3 commit 0a8f6d8

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -260,41 +260,6 @@ jobs:
260260
os: macos-13
261261
arch: x86_64
262262
action: test
263-
- name: 'Wasmtime on Windows/x86_64'
264-
engine: 'wasmtime'
265-
repo: 'com_github_bytecodealliance_wasmtime'
266-
os: windows-2019
267-
arch: x86_64
268-
action: test
269-
targets: -//test/fuzz/...
270-
- name: 'WAVM on Windows/x86_64'
271-
engine: 'wavm'
272-
repo: 'com_github_wavm_wavm'
273-
os: windows-2019
274-
arch: x86_64
275-
action: test
276-
targets: -//test/fuzz/...
277-
- name: 'WAMR JIT on Windows/x86_64'
278-
engine: 'wamr-jit'
279-
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
280-
os: windows-2019
281-
arch: x86_64
282-
action: test
283-
targets: -//test/fuzz/...
284-
- name: 'WAMR Interp on Windows/x86_64'
285-
engine: 'wamr-interp'
286-
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
287-
os: windows-2019
288-
arch: x86_64
289-
action: test
290-
targets: -//test/fuzz/...
291-
- name: 'WasmEdge on Windows/x86_64'
292-
engine: 'wasmedge'
293-
repo: 'com_github_wasmedge_wasmedge'
294-
os: windows-2019
295-
arch: x86_64
296-
action: test
297-
targets: -//test/fuzz/...
298263
- name: 'WAVM on Linux/x86_64'
299264
engine: 'wavm'
300265
repo: 'com_github_wavm_wavm'

0 commit comments

Comments
 (0)