File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ jobs:
12
12
strategy :
13
13
matrix :
14
14
env :
15
- - sdk : iphonesimulator13.0
16
- destination : platform=iOS Simulator,name=iPhone 11 Pro,OS=13.0
15
+ - sdk : iphonesimulator
16
+ destination : platform=iOS Simulator,name=iPhone 12 Pro,OS=latest
17
17
18
- - sdk : macosx10.15
18
+ - sdk : macosx
19
19
destination : arch=x86_64
20
20
21
- - sdk : appletvsimulator13.0
22
- destination : OS=13.0 ,name=Apple TV
21
+ - sdk : appletvsimulator
22
+ destination : platform=tvOS Simulator ,name=Apple TV,OS=latest
23
23
24
24
steps :
25
- - uses : actions/checkout@v1
25
+ - uses : actions/checkout@v2
26
26
27
- - name : Select Xcode
28
- run : sudo xcode-select -s /Applications/Xcode_11 .app
27
+ - name : Select Xcode 12.4
28
+ run : sudo xcode-select -s /Applications/Xcode_12.4 .app
29
29
30
30
- name : Generate Xcode Project
31
31
run : swift package generate-xcodeproj --enable-code-coverage
You can’t perform that action at this time.
0 commit comments