Skip to content

Commit c46230e

Browse files
committed
More updates
1 parent 2cdf678 commit c46230e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gha/unity/unity_installer.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,18 +124,18 @@
124124
# The modules are valid only if Unity Hub & Unity are installed.
125125
"2022": {
126126
WINDOWS: {
127-
"version": "2022.3.47f1",
128-
"changeset": "88c277b85d21",
127+
"version": "2022.3.62f1",
128+
"changeset": "4af31df58517",
129129
"modules": {ANDROID: ["android"], IOS: ["ios"], TVOS: ["appletv"], WINDOWS: [], MACOS: ["mac-mono"], LINUX: ["linux-mono"], PLAYMODE: []},
130130
},
131131
MACOS: {
132-
"version": "2022.3.47f1",
133-
"changeset": "88c277b85d21",
132+
"version": "2022.3.62f1",
133+
"changeset": "4af31df58517",
134134
"modules": {ANDROID: ["android"], IOS: ["ios", "appletv"], TVOS: ["appletv"], WINDOWS: ["windows-mono"], MACOS: ["ios"], LINUX: ["linux-mono"], PLAYMODE: []},
135135
},
136136
LINUX: {
137-
"version": "2022.3.47f1",
138-
"changeset": "88c277b85d21",
137+
"version": "2022.3.62f1",
138+
"changeset": "4af31df58517",
139139
"modules": {ANDROID: ["android"], IOS: ["ios"], TVOS: [], WINDOWS: ["windows-mono"], MACOS: ["mac-mono"], LINUX: [], PLAYMODE: []}
140140
}
141141
},

scripts/gha/build_testapps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
_SUPPORTED_XCODE_CONFIGURATIONS = (
151151
"ReleaseForRunning", "Release", "Debug", "ReleaseForProfiling")
152152

153-
_DEFAULT_TIMEOUT_SECONDS = 1500
153+
_DEFAULT_TIMEOUT_SECONDS = 1200
154154

155155
FLAGS = flags.FLAGS
156156

0 commit comments

Comments
 (0)