File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -143,24 +143,24 @@ steps:
143143 limit : 2
144144
145145# Pending PLAT-12729
146- # - label: ":macos: E2E Tests - 5.7 macOS 14 "
147- # depends_on: mac_fixture_5_7
148- # agents:
149- # queue: macos-14
150- # env:
151- # XCODE_VERSION: "15.4 .0"
152- # UE_VERSION: "5.7"
153- # timeout_in_minutes: 20
154- # commands:
155- # - echo '--- Extracting test fixture'
156- # - unzip TestFixture-macOS-5.7.zip
157- # - echo '--- Installing dependencies'
158- # - bundle install
159- # - echo '--- Running tests'
160- # - bundle exec maze-runner --os=macos
161- # plugins:
162- # artifacts#v1.5.0:
163- # download:
164- # - TestFixture-macOS-5.7.zip
165- # upload:
166- # - maze_output/failed/**/*
146+ - label : " :macos: E2E Tests - 5.7 macOS 15 "
147+ depends_on : mac_fixture_5_7
148+ agents :
149+ queue : macos-15-isolated
150+ env :
151+ XCODE_VERSION : " 16.3 .0"
152+ UE_VERSION : " 5.7"
153+ timeout_in_minutes : 20
154+ commands :
155+ - echo '--- Extracting test fixture'
156+ - unzip TestFixture-macOS-5.7.zip
157+ - echo '--- Installing dependencies'
158+ - bundle install
159+ - echo '--- Running tests'
160+ - bundle exec maze-runner --os=macos
161+ plugins :
162+ artifacts#v1.5.0:
163+ download :
164+ - TestFixture-macOS-5.7.zip
165+ upload :
166+ - maze_output/failed/**/*
You can’t perform that action at this time.
0 commit comments