We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a593e commit 358d9b8Copy full SHA for 358d9b8
.github/workflows/build.yml
@@ -36,8 +36,8 @@ jobs:
36
- name: Unit Tests
37
run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "OSCKit-CI" -destination "platform=macOS" | xcpretty && exit ${PIPESTATUS[0]}
38
39
- macOS Latest (Latest Stable Xcode):
40
- name: macOS Latest
+ macOS:
+ name: macOS Latest (Latest Stable Xcode)
41
runs-on: macos-latest
42
steps:
43
- uses: actions/checkout@main
0 commit comments