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 1010 matrix :
1111 entry :
1212 # 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 }
1616 - { os: ubuntu-18.04, toolchain: wasm-5.6.0-RELEASE, wasi-backend: Node }
1717
1818 # Ensure that test succeeds with all toolchains and wasi backend combinations
3333 uses : actions/checkout@master
3434 with :
3535 fetch-depth : 1
36+ - name : Select SDKROOT
37+ if : ${{ matrix.entry.xcode }}
38+ run : sudo xcode-select -s /Applications/${{ matrix.entry.xcode }}
3639 - uses : swiftwasm/setup-swiftwasm@v1
3740 with :
3841 swift-version : ${{ matrix.entry.toolchain }}
You can’t perform that action at this time.
0 commit comments