Skip to content

Commit 83e625e

Browse files
update build-options
1 parent 9c57987 commit 83e625e

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/build-options.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,19 @@
1212
"build-target": [
1313
"StandaloneOSX",
1414
"iOS",
15-
"visionOS"
15+
"VisionOS"
1616
],
1717
"xcode-version": [
1818
"16.4"
1919
],
2020
"exclude": [
2121
{
22-
"os": "macos-latest",
2322
"unity-version": "2021.x",
24-
"build-target": "visionOS",
25-
"xcode-version": "16.4"
23+
"build-target": "VisionOS"
2624
},
2725
{
28-
"os": "macos-latest",
2926
"unity-version": "2022.x",
30-
"build-target": "visionOS",
31-
"xcode-version": "16.4"
27+
"build-target": "VisionOS"
3228
}
3329
]
3430
}

0 commit comments

Comments
 (0)