File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 55 branches : [ '*' ]
66 pull_request : [ main ]
77
8- strategy :
9- fail-fast : false
10- matrix :
11- os : [macos-11, ubuntu-20.04]
12-
138jobs :
149 build :
10+ strategy :
11+ fail-fast : false
12+ matrix :
13+ os : [macos-11, ubuntu-20.04]
14+
1515 runs-on : ${{ matrix.os }}
1616 env :
1717 DEVELOPER_DIR : /Applications/Xcode_13.2.1.app/Contents/Developer
2222 run : make build
2323
2424 test :
25+ strategy :
26+ fail-fast : false
27+ matrix :
28+ os : [macos-11, ubuntu-20.04]
29+
2530 runs-on : ${{ matrix.os }}
2631 env :
2732 DEVELOPER_DIR : /Applications/Xcode_13.2.1.app/Contents/Developer
3237 run : make test
3338
3439 install :
40+ strategy :
41+ fail-fast : false
42+ matrix :
43+ os : [macos-11, ubuntu-20.04]
44+
3545 runs-on : ${{ matrix.os }}
3646 env :
3747 DEVELOPER_DIR : /Applications/Xcode_13.2.1.app/Contents/Developer
You can’t perform that action at this time.
0 commit comments