Skip to content

Commit 9d700ab

Browse files
rami3lmyfreess
authored andcommitted
ci: disable dedup_wasm checks on macOS runners
1 parent f6095c3 commit 9d700ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
moon test --target native --release
5454
5555
- name: moon test with dedup_wasm
56-
if: ${{ matrix.os != 'windows-latest' }}
56+
if: ${{ contains(matrix.os, 'ubuntu') }}
5757
run: |
5858
moon clean
5959
ulimit -s 8176

0 commit comments

Comments
 (0)