We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33976c commit ed981c0Copy full SHA for ed981c0
.github/workflows/wasm.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
strategy:
18
matrix:
19
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, macos-latest]
20
toolchain: [stable, beta, nightly]
21
features: ["", "--features std", "--features public_imp", "--features std,public_imp"]
22
rustflags: ["", "-C target-feature=+simd128"]
0 commit comments