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:
64
64
installscript: unity-downloader-cli -c editor -c StandaloneSupport-IL2CPP --wait --fast -u
65
65
scripting_backends:
66
66
- 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 }}:
80
80
name : Build Tests on {{ editor.version }} on ios
81
81
agent :
82
82
type : Unity::VM::osx
83
- image : package-ci/macos-12:v4.19.0
83
+ image : {{ ios_and_tvos_macos_bokken_image }}
84
84
flavor : b1.large
85
85
commands :
86
86
- {{ utr_install_nix }}
@@ -99,7 +99,7 @@ run_ios_{{ editor.version }}:
99
99
name : Run Tests on {{ editor.version }} on ios
100
100
agent :
101
101
type : Unity::mobile::iPhone
102
- image : package-ci/macos-12:v4.19.0
102
+ image : {{ ios_and_tvos_macos_bokken_image }}
103
103
model : SE
104
104
flavor : b1.medium
105
105
skip_checkout : true
@@ -117,7 +117,7 @@ build_tvos_{{ editor.version }}:
117
117
name : Build Tests on {{ editor.version }} on tvos
118
118
agent :
119
119
type : Unity::VM::osx
120
- image : package-ci/macos-12:v4.19.0
120
+ image : {{ ios_and_tvos_macos_bokken_image }}
121
121
flavor : b1.large
122
122
commands :
123
123
- {{ utr_install_nix }}
@@ -136,7 +136,7 @@ run_tvos_{{ editor.version }}:
136
136
name : Run Tests on {{ editor.version }} on tvos
137
137
agent :
138
138
type : Unity::mobile::appletv
139
- image : package-ci/macos-12:v4.19.0
139
+ image : {{ ios_and_tvos_macos_bokken_image }}
140
140
flavor : b1.medium
141
141
skip_checkout : true
142
142
dependencies :
You can’t perform that action at this time.
0 commit comments