We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea06982 commit d88c3d4Copy full SHA for d88c3d4
.github/workflows/test.yml
@@ -14,6 +14,7 @@ jobs:
14
- { os: macos-13, toolchain: wasm-5.9.1-RELEASE, wasi-backend: Node, xcode: Xcode_14.3.app }
15
- { os: macos-14, toolchain: wasm-5.9.1-RELEASE, wasi-backend: Node, xcode: Xcode_15.2.app }
16
- { os: ubuntu-22.04, toolchain: wasm-5.9.1-RELEASE, wasi-backend: Node }
17
+ - { os: ubuntu-22.04, toolchain: wasm-5.10.0-RELEASE, wasi-backend: Node }
18
19
# Ensure that test succeeds with all toolchains and wasi backend combinations
20
- { os: ubuntu-20.04, toolchain: wasm-5.7.3-RELEASE, wasi-backend: Node }
0 commit comments