File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
- name : Select Xcode Version
15
- run : sudo xcode-select --switch /Applications/Xcode_13.2 .1.app
15
+ run : sudo xcode-select --switch /Applications/Xcode_14 .1.app
16
16
- name : Create DocC archive
17
17
run : |
18
18
xcodebuild docbuild -scheme PlayButton -destination "name=iPhone 11" -derivedDataPath tmp/derivedData
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
build :
10
10
11
- runs-on : macos-latest
11
+ runs-on : macos-12
12
12
13
13
steps :
14
14
- uses : actions/checkout@v2
22
22
fallback : v1.0.0
23
23
24
24
- name : Select Xcode Version
25
- run : sudo xcode-select --switch /Applications/Xcode_13.2.1.app
25
+ run : |
26
+ sudo xcode-select --switch /Applications/Xcode_14.1.app/Contents/Developer
27
+ xcode-select -p
26
28
27
29
- name : Set Correct Node Version
28
30
uses : actions/setup-node@v2
You can’t perform that action at this time.
0 commit comments