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 1212 steps :
1313 - uses : actions/checkout@v2
1414 - 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
1616 - name : Create DocC archive
1717 run : |
1818 xcodebuild docbuild -scheme PlayButton -destination "name=iPhone 11" -derivedDataPath tmp/derivedData
Original file line number Diff line number Diff line change 88jobs :
99 build :
1010
11- runs-on : macos-latest
11+ runs-on : macos-12
1212
1313 steps :
1414 - uses : actions/checkout@v2
2222 fallback : v1.0.0
2323
2424 - 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
2628
2729 - name : Set Correct Node Version
2830 uses : actions/setup-node@v2
You can’t perform that action at this time.
0 commit comments