File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 10
10
matrix :
11
11
entry :
12
12
# Ensure that all host can install toolchain, build project, and run tests
13
- - { os: macos-10.15, toolchain: wasm-5.6.0-RELEASE, wasi-backend: Node }
14
- - { os: macos-11, toolchain: wasm-5.6.0-RELEASE, wasi-backend: Node }
15
- - { os: macos-12, toolchain: wasm-5.6.0-RELEASE, wasi-backend: Node }
13
+ - { os: macos-10.15, toolchain: wasm-5.6.0-RELEASE, wasi-backend: Node, xcode: Xcode_12.4.app }
14
+ - { os: macos-11, toolchain: wasm-5.6.0-RELEASE, wasi-backend: Node, xcode: Xcode_13.2.1.app }
15
+ - { os: macos-12, toolchain: wasm-5.6.0-RELEASE, wasi-backend: Node, xcode: Xcode_13.4.1.app }
16
16
- { os: ubuntu-18.04, toolchain: wasm-5.6.0-RELEASE, wasi-backend: Node }
17
17
18
18
# Ensure that test succeeds with all toolchains and wasi backend combinations
33
33
uses : actions/checkout@master
34
34
with :
35
35
fetch-depth : 1
36
+ - name : Select SDKROOT
37
+ if : ${{ matrix.entry.xcode }}
38
+ run : sudo xcode-select -s /Applications/${{ matrix.entry.xcode }}
36
39
- uses : swiftwasm/setup-swiftwasm@v1
37
40
with :
38
41
swift-version : ${{ matrix.entry.toolchain }}
You can’t perform that action at this time.
0 commit comments