We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e060c86 commit 8cc29b3Copy full SHA for 8cc29b3
.github/workflows/build-options.json
@@ -19,10 +19,12 @@
19
],
20
"exclude": [
21
{
22
+ "os": "macos-latest",
23
"unity-version": "2021.x",
24
"build-target": "visionOS"
25
},
26
27
28
"unity-version": "2022.x",
29
30
}
.github/workflows/validate.yml
@@ -39,4 +39,4 @@ jobs:
39
secrets: inherit
40
uses: ./.github/workflows/build.yml
41
with:
42
- matrix: ${{ toJSON(matrix.jobs.matrix) }}
+ matrix: ${{ toJSON(matrix.jobs.matrix) }}
0 commit comments