22 - &2021 "2021.3.45f1"
33
44agents :
5- queue : macos-14-isolated
5+ queue : macos-15
66
77steps :
88 - group : " :hammer: Build Unity 2021 full test fixtures"
4848 limit : 1
4949
5050 - label : " :ios: Generate Xcode DEV project - Unity 2021"
51- agents :
52- queue : macos-14-isolated
5351 timeout_in_minutes : 10
5452 key : " generate-dev-fixture-project-2021"
5553 env :
7674 depends_on : " generate-dev-fixture-project-2021"
7775 env :
7876 UNITY_VERSION : *2021
79- XCODE_VERSION : " 15.3 .0"
77+ XCODE_VERSION : " 16.2 .0"
8078 plugins :
8179 artifacts#v1.5.0:
8280 download :
9997 key : " macos-2021-fixture"
10098 env :
10199 UNITY_VERSION : *2021
102- XCODE_VERSION : " 15.3 .0"
100+ XCODE_VERSION : " 16.2 .0"
103101 plugins :
104102 artifacts#v1.9.0:
105103 download :
@@ -119,7 +117,7 @@ steps:
119117 key : " macos-2021-dev-fixture"
120118 env :
121119 UNITY_VERSION : *2021
122- XCODE_VERSION : " 15.3 .0"
120+ XCODE_VERSION : " 16.2 .0"
123121 plugins :
124122 artifacts#v1.9.0:
125123 download :
@@ -139,7 +137,7 @@ steps:
139137 key : " webgl-2021-fixture"
140138 env :
141139 UNITY_VERSION : *2021
142- XCODE_VERSION : " 15.3 .0"
140+ XCODE_VERSION : " 16.2 .0"
143141 plugins :
144142 artifacts#v1.9.0:
145143 download :
@@ -159,7 +157,7 @@ steps:
159157 key : " webgl-2021-dev-fixture"
160158 env :
161159 UNITY_VERSION : *2021
162- XCODE_VERSION : " 15.3 .0"
160+ XCODE_VERSION : " 16.2 .0"
163161 plugins :
164162 artifacts#v1.9.0:
165163 download :
@@ -301,7 +299,6 @@ steps:
301299 upload :
302300 - " maze_output/**/*"
303301 - " maze_output/metrics.csv"
304-
305302 docker-compose#v4.7.0:
306303 pull : maze-runner-bitbar
307304 run : maze-runner-bitbar
@@ -325,10 +322,10 @@ steps:
325322 concurrency_method : eager
326323
327324 - label : Run MacOS e2e tests for Unity 2021
325+ agents :
326+ queue : macos-15-isolated
328327 timeout_in_minutes : 30
329328 depends_on : ' macos-2021-fixture'
330- agents :
331- queue : macos-14-isolated
332329 env :
333330 UNITY_VERSION : *2021
334331 plugins :
@@ -346,10 +343,10 @@ steps:
346343 - scripts/ci-run-macos-tests.sh release
347344
348345 - label : Run MacOS e2e DEV tests for Unity 2021
346+ agents :
347+ queue : macos-15-isolated
349348 timeout_in_minutes : 60
350349 depends_on : ' macos-2021-dev-fixture'
351- agents :
352- queue : macos-14-isolated
353350 env :
354351 UNITY_VERSION : *2021
355352 plugins :
@@ -367,6 +364,8 @@ steps:
367364 - scripts/ci-run-macos-tests.sh dev
368365
369366 - label : Run WebGL e2e tests for Unity 2021
367+ agents :
368+ queue : macos-15-isolated
370369 timeout_in_minutes : 20
371370 depends_on : ' webgl-2021-fixture'
372371 env :
@@ -386,6 +385,8 @@ steps:
386385 - scripts/ci-run-webgl-tests.sh release
387386
388387 - label : Run WebGL e2e DEV tests for Unity 2021
388+ agents :
389+ queue : macos-15-isolated
389390 timeout_in_minutes : 20
390391 depends_on : ' webgl-2021-dev-fixture'
391392 env :
0 commit comments