Skip to content

Commit 3b7272e

Browse files
update build-options
1 parent c8bfd19 commit 3b7272e

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/build-options.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"macos-latest"
66
],
77
"unity-version": [
8+
"4.7.2",
89
"2020.x",
910
"2021.x",
1011
"2022.x",
@@ -24,10 +25,15 @@
2425
{
2526
"os": "macos-latest",
2627
"build-target": "StandaloneOSX"
28+
}
29+
],
30+
"exclude": [
31+
{
32+
"os": "ubuntu-latest",
33+
"unity-version": "4.7.2"
2734
},
2835
{
29-
"os": "windows-latest",
30-
"build-target": "StandaloneWindows64",
36+
"os": "macos-latest",
3137
"unity-version": "4.7.2"
3238
}
3339
]

0 commit comments

Comments
 (0)