Skip to content

Commit 7ec0814

Browse files
committed
only on linux
1 parent 3b9754b commit 7ec0814

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build-wasm.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
name: Build WASM Artifacts
44
on: workflow_dispatch
55
jobs:
6-
test-suite:
7-
strategy:
8-
matrix:
9-
os: [ubuntu-latest, macos-latest]
10-
runs-on: ${{ matrix.os }}
6+
build-wasm:
7+
runs-on: ubuntu-latest
118

129
name: Build WASM Artifacts
1310

0 commit comments

Comments
 (0)