File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111jobs :
1212 build :
1313 runs-on : ${{ matrix.os }}
14- name : ${{ matrix.name }}${{ matrix.arch && format('-{0}', matrix.arch) || '' }} build${{ matrix.arch != 'arm64-v8a' && matrix.name != 'ios-sim' && matrix.name != 'ios' && matrix.name != 'wasm' && ' + test' || ''}}
14+ name : ${{ matrix.name }}${{ matrix.arch && format('-{0}', matrix.arch) || '' }} build${{ matrix.arch != 'arm64-v8a' && matrix.name != 'ios-sim' && matrix.name != 'ios' && matrix.name != 'wasm' && matrix.name != 'apple-xcframework' && ' + test' || ''}}
1515 timeout-minutes : 20
1616 strategy :
1717 fail-fast : false
4646 - os : ubuntu-latest
4747 name : wasm
4848 make : PLATFORM=wasm
49+ - os : macos-latest
50+ name : apple-xcframework
51+ make : xcframework
4952
5053 defaults :
5154 run :
You can’t perform that action at this time.
0 commit comments