From 3de19299a3a6889802cd8e1aef7f68d70ad78f90 Mon Sep 17 00:00:00 2001 From: Fabian Stoll Date: Tue, 5 Nov 2024 14:36:05 +0100 Subject: [PATCH] fix: update iOS image --- .yamato/mobile-build-and-run.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.yamato/mobile-build-and-run.yml b/.yamato/mobile-build-and-run.yml index b271e485d..88d90b9c5 100644 --- a/.yamato/mobile-build-and-run.yml +++ b/.yamato/mobile-build-and-run.yml @@ -9,7 +9,7 @@ Build_Player_With_Tests_iOS_{{ project.name }}_{{ editor }}: name: build {{ project.name }} - {{ editor }} on iOS agent: type: Unity::VM::osx - image: package-ci/macos-12:v4 + image: package-ci/macos-14 flavor: b1.large commands: @@ -70,7 +70,7 @@ mobile_test_ios_{{ project.name }}_{{ editor }}: name: {{ project.name }} mobile project tests - {{ editor }} on iOS agent: type: Unity::mobile::iPhone - image: package-ci/macos-12:v4 + image: package-ci/macos-14 flavor: b1.medium # Skip repository cloning