File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ editors:
1010platforms :
1111 - name : win
1212 type : Unity::VM
13- image : scripting/scripting-bokken-images:latest
13+ image : package-ci/win10:v4
1414 flavor : b1.large
1515 envsetup : echo
1616 - name : mac
1717 type : Unity::VM::osx
18- image : package-ci/mac:stable
18+ image : package-ci/macos-13:v4
1919 flavor : m1.mac
2020 envsetup : echo
2121 - name : linux
2222 type : Unity::VM
23- image : package-ci/ubuntu:stable
23+ image : package-ci/ubuntu-22.04:v4
2424 flavor : b1.large
2525 envsetup : npm config set prefix '~/npm-global'
2626
@@ -113,7 +113,7 @@ run_vetting_test_project_{{ editor.version }}:
113113 name : Run vetting tests on {{ editor.version }}
114114 agent :
115115 type : Unity::VM
116- image : package-ci/ubuntu:stable
116+ image : package-ci/ubuntu-22.04:v4
117117 flavor : b1.large
118118 variables :
119119 PATH : /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin::/home/bokken/npm-global/bin
@@ -203,7 +203,7 @@ publish_release:
203203{% endfor %}
204204 agent :
205205 type : Unity::VM
206- image : package-ci/win10:stable
206+ image : package-ci/win10:v4
207207 flavor : b1.large
208208 variables :
209209 UPMCI_ENABLE_PACKAGE_SIGNING : 1
You can’t perform that action at this time.
0 commit comments