From 45bad64780314d38b0b64afa09b9e432c5edc4d6 Mon Sep 17 00:00:00 2001 From: StefanUnity <40492087+stefanunity@users.noreply.github.com> Date: Wed, 29 May 2024 15:44:46 +0200 Subject: [PATCH] CHANGE: Pin Linux bokken image to 4.50 (#1942) fixes CI errors that came with 4.51 --- .yamato/config.metadata | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.yamato/config.metadata b/.yamato/config.metadata index d4ef4978da..dc1c9c3734 100644 --- a/.yamato/config.metadata +++ b/.yamato/config.metadata @@ -48,16 +48,16 @@ platforms_nix: installscript: unity-downloader-cli -c editor -c StandaloneSupport-IL2CPP --wait --fast -u - name: linux type: Unity::VM - image: package-ci/ubuntu-22.04:v4 + image: package-ci/ubuntu-20.04:v4.50.0 flavor: b1.large - name: linux_standalone type: Unity::VM - image: package-ci/ubuntu-22.04:v4 + image: package-ci/ubuntu-20.04:v4.50.0 flavor: b1.large runtime: StandaloneLinux64 - name: linux_standalone_il2cpp type: Unity::VM - image: package-ci/ubuntu-22.04:v4 + image: package-ci/ubuntu-20.04:v4.50.0 flavor: b1.large runtime: StandaloneLinux64 scripting-backend: Il2Cpp