Skip to content

Commit 34d486b

Browse files
authored
Revert "Enable visionOS xcodebuilds by default in CI" (#3235)
Reverts #3234 This seems to have caused some instability which I'll investigate so we should revert for now.
1 parent 00fedd6 commit 34d486b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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 true."
105-
default: true
104+
description: "Boolean to enable the Xcode build targeting visionOS. Defaults to false."
105+
default: false
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)