Skip to content

Commit 33bb0e4

Browse files
committed
Updated GitHub CI
1 parent 041fdce commit 33bb0e4

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
- cron: '35 13 * * *' # once a day @ 2:35am UTC (7:35am PST)
2828

2929
env:
30-
SCHEME: "MenuBarExtraAccess-CI"
30+
SCHEME: "MenuBarExtraAccess"
3131

3232
jobs:
3333
macOS-14:
@@ -72,22 +72,6 @@ jobs:
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

0 commit comments

Comments
 (0)