Skip to content

Commit 8cc29b3

Browse files
update build-options
1 parent e060c86 commit 8cc29b3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-options.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@
1919
],
2020
"exclude": [
2121
{
22+
"os": "macos-latest",
2223
"unity-version": "2021.x",
2324
"build-target": "visionOS"
2425
},
2526
{
27+
"os": "macos-latest",
2628
"unity-version": "2022.x",
2729
"build-target": "visionOS"
2830
}

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
secrets: inherit
4040
uses: ./.github/workflows/build.yml
4141
with:
42-
matrix: ${{ toJSON(matrix.jobs.matrix) }}
42+
matrix: ${{ toJSON(matrix.jobs.matrix) }}

0 commit comments

Comments
 (0)