Skip to content

Commit 00fedd6

Browse files
authored
Enable visionOS xcodebuilds by default in CI (#3234)
### Motivation: Building for visionOS no longer seems to be having issues on the runners, we should enable it to increase our test coverage. ###Modifications: Enable visionOS xcodebuilds by default in CI ### Result: NIO and downstream repositories will see their *existing* macOS CI workflows now build for visionOS. They can be disabled if necessary by passing `visionos_xcode_build_enabled: false`
1 parent c78bc87 commit 00fedd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/macos_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ on:
101101
default: false
102102
visionos_xcode_build_enabled:
103103
type: boolean
104-
description: "Boolean to enable the Xcode build targeting visionOS. Defaults to false."
105-
default: false
104+
description: "Boolean to enable the Xcode build targeting visionOS. Defaults to true."
105+
default: true
106106
visionos_xcode_test_enabled:
107107
type: boolean
108108
description: "Boolean to enable the Xcode test targeting visionOS. Defaults to false."

0 commit comments

Comments
 (0)