Skip to content

Commit 38e0766

Browse files
committed
Updated GitHub CI
1 parent 615577a commit 38e0766

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,9 @@ on:
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

0 commit comments

Comments
 (0)