File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -64,4 +64,6 @@ platforms_nix:
6464 installscript: unity-downloader-cli -c editor -c StandaloneSupport-IL2CPP --wait --fast -u
6565scripting_backends:
6666 - name: mono
67- - name: il2cpp
67+ - name: il2cpp
68+
69+ ios_and_tvos_macos_bokken_image: package-ci/macos-13:v4.50.0
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ build_ios_{{ editor.version }}:
8080 name : Build Tests on {{ editor.version }} on ios
8181 agent :
8282 type : Unity::VM::osx
83- image : package-ci/macos-12:v4.19.0
83+ image : {{ ios_and_tvos_macos_bokken_image }}
8484 flavor : b1.large
8585 commands :
8686 - {{ utr_install_nix }}
@@ -99,7 +99,7 @@ run_ios_{{ editor.version }}:
9999 name : Run Tests on {{ editor.version }} on ios
100100 agent :
101101 type : Unity::mobile::iPhone
102- image : package-ci/macos-12:v4.19.0
102+ image : {{ ios_and_tvos_macos_bokken_image }}
103103 model : SE
104104 flavor : b1.medium
105105 skip_checkout : true
@@ -117,7 +117,7 @@ build_tvos_{{ editor.version }}:
117117 name : Build Tests on {{ editor.version }} on tvos
118118 agent :
119119 type : Unity::VM::osx
120- image : package-ci/macos-12:v4.19.0
120+ image : {{ ios_and_tvos_macos_bokken_image }}
121121 flavor : b1.large
122122 commands :
123123 - {{ utr_install_nix }}
@@ -136,7 +136,7 @@ run_tvos_{{ editor.version }}:
136136 name : Run Tests on {{ editor.version }} on tvos
137137 agent :
138138 type : Unity::mobile::appletv
139- image : package-ci/macos-12:v4.19.0
139+ image : {{ ios_and_tvos_macos_bokken_image }}
140140 flavor : b1.medium
141141 skip_checkout : true
142142 dependencies :
You can’t perform that action at this time.
0 commit comments