From ea4a3e07b11627973e1c194e3a20f00dface49f7 Mon Sep 17 00:00:00 2001 From: The Judge <53906078+thejudge156@users.noreply.github.com> Date: Sat, 6 Jul 2024 18:05:59 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c0df068d..27ebb526 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,26 +5,11 @@ on: [push, workflow_dispatch] jobs: build: name: Build Wrapper - runs-on: ubuntu-latest + runs-on: windows-latest steps: # Checkout - name: Checkout repository uses: actions/checkout@v4 - - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - # this might remove tools that are actually needed, - # if set to "true" but frees about 6 GB - tool-cache: true - # all of these default to true, but feel free to set to - # "false" if necessary for your workflow - android: false - dotnet: true - haskell: true - large-packages: true - docker-images: true - swap-storage: true # Cache - uses: actions/cache@v3 @@ -43,7 +28,7 @@ jobs: UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} with: targetPlatform: Android - customImage: 'unityci/editor:ubuntu-2021.3.37f1-android-3.1.0' + customImage: 'unityci/editor:windows-2021.3.37f1-android-3.1.0' androidExportType: androidPackage androidTargetSdkVersion: 32 androidKeystoreName: user.keystore @@ -61,7 +46,7 @@ jobs: UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} with: targetPlatform: Android - customImage: 'unityci/editor:ubuntu-2021.3.37f1-android-3.1.0' + customImage: 'unityci/editor:windows-2021.3.37f1-android-3.1.0' buildsPath: exported allowDirtyBuild: true androidExportType: androidStudioProject