@@ -3,7 +3,7 @@ on: [push, pull_request]
3
3
4
4
concurrency :
5
5
group : ci
6
- cancel-in-progress : true
6
+ cancel-in-progress : false
7
7
8
8
jobs :
9
9
macOS_11 :
13
13
DEVELOPER_DIR : /Applications/Xcode_13.0.app/Contents/Developer
14
14
timeout-minutes : 10
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v3
17
17
- name : macOS 11
18
18
run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme "SwiftUICharts" -destination "platform=macOS" clean test | xcpretty
19
19
24
24
DEVELOPER_DIR : /Applications/Xcode_13.1.app/Contents/Developer
25
25
timeout-minutes : 10
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v3
28
28
- name : iOS 15
29
29
run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme "SwiftUICharts" -destination "platform=iOS Simulator,name=iPhone 11,OS=15.0" clean test | xcpretty
30
30
iOS_14 :
34
34
DEVELOPER_DIR : /Applications/Xcode_12.4.app/Contents/Developer
35
35
timeout-minutes : 10
36
36
steps :
37
- - uses : actions/checkout@v2
37
+ - uses : actions/checkout@v3
38
38
- name : iOS 14
39
39
run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme "SwiftUICharts" -destination "platform=iOS Simulator,name=iPhone 11,OS=14.4" clean test | xcpretty
40
40
45
45
DEVELOPER_DIR : /Applications/Xcode_13.0.app/Contents/Developer
46
46
timeout-minutes : 10
47
47
steps :
48
- - uses : actions/checkout@v2
48
+ - uses : actions/checkout@v3
49
49
- name : tvOS 15
50
50
run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme "SwiftUICharts" -destination "platform=tvOS Simulator,name=Apple TV 4K (2nd generation),OS=15.0" clean test | xcpretty
51
51
tvOS_14 :
55
55
DEVELOPER_DIR : /Applications/Xcode_12.4.app/Contents/Developer
56
56
timeout-minutes : 10
57
57
steps :
58
- - uses : actions/checkout@v2
58
+ - uses : actions/checkout@v3
59
59
- name : tvOS 14
60
60
run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme "SwiftUICharts" -destination "platform=tvOS Simulator,name=Apple TV 4K,OS=14.3" clean test | xcpretty
61
61
66
66
DEVELOPER_DIR : /Applications/Xcode_13.1.app/Contents/Developer
67
67
timeout-minutes : 10
68
68
steps :
69
- - uses : actions/checkout@v2
69
+ - uses : actions/checkout@v3
70
70
- name : watchOS 8.0
71
71
run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme "SwiftUICharts" -destination "platform=watchOS Simulator,name=Apple Watch Series 7 - 45mm,OS=8.0" clean test | xcpretty
0 commit comments