We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc29b3 commit 9c57987Copy full SHA for 9c57987
.github/workflows/build-options.json
@@ -2,9 +2,6 @@
2
"os": [
3
"macos-latest"
4
],
5
- "xcode-version": [
6
- "16.4"
7
- ],
8
"unity-version": [
9
"2021.x",
10
"2022.x",
@@ -17,16 +14,21 @@
17
14
"iOS",
18
15
"visionOS"
19
16
+ "xcode-version": [
+ "16.4"
+ ],
20
"exclude": [
21
{
22
"os": "macos-latest",
23
"unity-version": "2021.x",
24
- "build-target": "visionOS"
+ "build-target": "visionOS",
25
+ "xcode-version": "16.4"
26
},
27
28
29
"unity-version": "2022.x",
30
31
32
}
33
]
34
0 commit comments