Skip to content

Commit 358d9b8

Browse files
committed
Updated GitHub CI
1 parent 26a593e commit 358d9b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Unit Tests
3737
run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "OSCKit-CI" -destination "platform=macOS" | xcpretty && exit ${PIPESTATUS[0]}
3838

39-
macOS Latest (Latest Stable Xcode):
40-
name: macOS Latest
39+
macOS:
40+
name: macOS Latest (Latest Stable Xcode)
4141
runs-on: macos-latest
4242
steps:
4343
- uses: actions/checkout@main

0 commit comments

Comments
 (0)