Skip to content

Commit 483d115

Browse files
authored
CHANGE: Update macos images to latest (#1931)
* update MacOS image to 13:4.50.0 and move to variable on config.metadata
1 parent 1d8c162 commit 483d115

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.yamato/config.metadata

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,6 @@ platforms_nix:
6464
installscript: unity-downloader-cli -c editor -c StandaloneSupport-IL2CPP --wait --fast -u
6565
scripting_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

.yamato/upm-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)