File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1515 matrix :
1616 xcode :
1717 - 11.3
18- - 11.4
18+ - 11.4.1
1919 steps :
2020 - uses : actions/checkout@v2
2121 - name : Select Xcode ${{ matrix.xcode }}
2727 runs-on : macOS-latest
2828 steps :
2929 - uses : actions/checkout@v2
30- - name : Select Xcode 11.4
31- run : sudo xcode-select -s /Applications/Xcode_11.4.app
30+ - name : Select Xcode 11.4.1
31+ run : sudo xcode-select -s /Applications/Xcode_11.4.1. app
3232 - name : Run tests
3333 run : make test-workspace
Original file line number Diff line number Diff line change 1- PLATFORM_IOS = iOS Simulator,name=iPhone 11 Pro Max,OS=13.4
1+ PLATFORM_IOS = iOS Simulator,name=iPhone 11 Pro Max,OS=13.4.1
22PLATFORM_MACOS = macOS
33PLATFORM_TVOS = tvOS Simulator,name=Apple TV 4K (at 1080p),OS=13.4
4- PLATFORM_WATCHOS = watchOS Simulator,name=Apple Watch Series 4 - 44mm,OS=6.2
54
65default : test-all
76
You can’t perform that action at this time.
0 commit comments