We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7190547 + 07f8914 commit f723f9fCopy full SHA for f723f9f
.github/workflows/test.yml
@@ -10,7 +10,6 @@ jobs:
10
matrix:
11
entry:
12
# Ensure that all host can install toolchain, build project, and run tests
13
- - { os: macos-11, toolchain: wasm-5.9.1-RELEASE, wasi-backend: Node, xcode: Xcode_13.2.1.app }
14
- { os: macos-12, toolchain: wasm-5.9.1-RELEASE, wasi-backend: Node, xcode: Xcode_13.4.1.app }
15
- { os: macos-13, toolchain: wasm-5.9.1-RELEASE, wasi-backend: Node, xcode: Xcode_14.3.app }
16
- { os: macos-14, toolchain: wasm-5.9.1-RELEASE, wasi-backend: Node, xcode: Xcode_15.2.app }
@@ -58,8 +57,6 @@ jobs:
58
57
strategy:
59
60
include:
61
- - os: macos-11
62
- xcode: Xcode_13.2.1
63
- os: macos-12
64
xcode: Xcode_13.3
65
0 commit comments