File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 2727 - cron : ' 35 13 * * *' # once a day @ 2:35am UTC (7:35am PST)
2828
2929env :
30- SCHEME : " MenuBarExtraAccess-CI "
30+ SCHEME : " MenuBarExtraAccess"
3131
3232jobs :
3333 macOS-14 :
7272 # - name: Unit Tests
7373 # run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "$SCHEME" -destination "platform=macOS" | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
7474
75- macOS-swift6 :
76- name : macOS (Latest Swift 6)
77- runs-on : macos-latest
78- timeout-minutes : 20
79- steps :
80- - uses : actions/checkout@main
81- - uses : maxim-lobanov/setup-xcode@v1
82- with :
83- xcode-version : latest-stable
84- - name : Set Package to Swift 6.0
85- run : swift package tools-version --set "6.0"
86- - name : Build
87- run : xcodebuild build -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "$SCHEME" -destination "generic/platform=macOS" | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
88- # - name: Unit Tests
89- # run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "$SCHEME" -destination "platform=macOS" | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
90-
9175 examples :
9276 name : Examples
9377 runs-on : macos-latest
You can’t perform that action at this time.
0 commit comments