File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 2222 schedule :
2323 - cron : ' 50 11 * * *' # once a day @ 11:50am UTC (4:50am PST)
2424
25- jobs :
26- macOS-14 :
27- name : macOS 14 Sonoma (Xcode 15.4)
28- runs-on : macos-14
29- steps :
30- - uses : actions/checkout@main
31- - uses : maxim-lobanov/setup-xcode@v1
32- with :
33- xcode-version : ' 15.4.0'
34- - name : Build
35- run : xcodebuild build -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "SwiftASCII-CI" -destination "generic/platform=macOS,name=Any Mac" | xcpretty && exit ${PIPESTATUS[0]}
36- - name : Unit Tests
37- run : xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "SwiftASCII-CI" -destination "platform=macOS" | xcpretty && exit ${PIPESTATUS[0]}
38-
25+ jobs :
3926 macOS :
40- name : macOS Latest (Latest Stable Xcode)
27+ name : macOS
4128 runs-on : macos-latest
4229 steps :
4330 - uses : actions/checkout@main
You can’t perform that action at this time.
0 commit comments