Skip to content

Commit 35ddf01

Browse files
committed
Disable Unity 2019.4.28f1 for now
1 parent 866e685 commit 35ddf01

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/il2cpp.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- unity: "2019.4.28f1"
20-
target: "StandaloneWindows64"
21-
os: "windows-latest"
22-
- unity: "2019.4.28f1"
23-
target: "StandaloneLinux64"
24-
os: "ubuntu-latest"
25-
- unity: "2019.4.28f1"
26-
target: "Android"
27-
os: "ubuntu-latest"
19+
# - unity: "2019.4.28f1"
20+
# target: "StandaloneWindows64"
21+
# os: "windows-latest"
22+
# - unity: "2019.4.28f1"
23+
# target: "StandaloneLinux64"
24+
# os: "ubuntu-latest"
25+
# - unity: "2019.4.28f1"
26+
# target: "Android"
27+
# os: "ubuntu-latest"
2828

2929
- unity: "2022.3.33f1"
3030
target: "StandaloneWindows64"

0 commit comments

Comments
 (0)