Skip to content

Commit 1e668a8

Browse files
authored
Only run Darwin CI on macOS targets (#752)
Only run Darwin CI on macOS targets as that's the only supported one.
1 parent ed44eec commit 1e668a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ jobs:
3636
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
3737
with:
3838
build_scheme: swift-openapi-generator-Package
39+
ios_xcode_build_enabled: false
40+
watchos_xcode_build_enabled: false
41+
tvos_xcode_build_enabled: false
42+
visionos_xcode_build_enabled: false

0 commit comments

Comments
 (0)