|
17 | 17 | matrix:
|
18 | 18 | destination: ["OS=16.0,name=iPhone 14 Pro"] #, "OS=14.4,name=iPhone 12 Pro", "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"]
|
19 | 19 | steps:
|
20 |
| - - uses: actions/checkout@v2 |
| 20 | + - uses: actions/checkout@v3 |
21 | 21 | - name: iOS - ${{ matrix.destination }}
|
22 | 22 | run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Charts.xcworkspace" -scheme "DGCharts" -destination "${{ matrix.destination }}" clean test | xcpretty
|
23 | 23 |
|
|
29 | 29 | matrix:
|
30 | 30 | destination: ["OS=16.0,name=Apple TV 4K (2nd generation)"]
|
31 | 31 | steps:
|
32 |
| - - uses: actions/checkout@v2 |
| 32 | + - uses: actions/checkout@v3 |
33 | 33 | - name: tvOS - ${{ matrix.destination }}
|
34 | 34 | run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Charts.xcworkspace" -scheme "DGCharts" -destination "${{ matrix.destination }}" clean test | xcpretty
|
35 | 35 |
|
|
38 | 38 | env:
|
39 | 39 | DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
|
40 | 40 | steps:
|
41 |
| - - uses: actions/checkout@v2 |
| 41 | + - uses: actions/checkout@v3 |
42 | 42 | - name: macOS
|
43 | 43 | run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Charts.xcworkspace" -scheme "ChartsDemo-macOS" -destination "platform=macOS" clean build | xcpretty
|
44 | 44 |
|
|
50 | 50 | matrix:
|
51 | 51 | destination: ["OS=16.0,name=iPhone 14 Pro"] #, "OS=14.4,name=iPhone 12 Pro", "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"]
|
52 | 52 | steps:
|
53 |
| - - uses: actions/checkout@v2 |
| 53 | + - uses: actions/checkout@v3 |
54 | 54 | - name: iOS - ${{ matrix.destination }}
|
55 | 55 | run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Charts.xcworkspace" -scheme "ChartsDemo-iOS" -destination "${{ matrix.destination }}" clean build | xcpretty
|
56 | 56 |
|
|
60 | 60 | env:
|
61 | 61 | DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
|
62 | 62 | steps:
|
63 |
| - - uses: actions/checkout@v2 |
| 63 | + - uses: actions/checkout@v3 |
64 | 64 | - name: SPM Test
|
65 | 65 | run: swift build -c debug
|
0 commit comments