From 1eeb7550ddb6c5f8c30d92175621e0b73969862c Mon Sep 17 00:00:00 2001 From: Paiton Bertschy <78337764+thewiilover@users.noreply.github.com> Date: Sat, 16 Nov 2024 16:33:33 -0600 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a5c410c..89c2eff0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} with: targetPlatform: Android - customImage: 'unityci/editor:windows-2021.3.37f1-android-3.1.0' + customImage: 'unityci/editor:windows-2021.3.45f1-android-3.1.0' androidExportType: androidPackage androidTargetSdkVersion: 32 @@ -45,7 +45,7 @@ jobs: UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} with: targetPlatform: Android - customImage: 'unityci/editor:windows-2021.3.37f1-android-3.1.0' + customImage: 'unityci/editor:windows-2021.3.45f1-android-3.1.0' buildsPath: exported allowDirtyBuild: true androidExportType: androidStudioProject