Skip to content

Commit

Permalink
Updated GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Sep 21, 2024
1 parent 26a593e commit 358d9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Unit Tests
run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "OSCKit-CI" -destination "platform=macOS" | xcpretty && exit ${PIPESTATUS[0]}

macOS Latest (Latest Stable Xcode):
name: macOS Latest
macOS:
name: macOS Latest (Latest Stable Xcode)
runs-on: macos-latest
steps:
- uses: actions/checkout@main
Expand Down

0 comments on commit 358d9b8

Please sign in to comment.