From d65219aede7dfd168b2fd2684dc2ba8cb8cb9f1c Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Thu, 8 Oct 2020 10:07:12 -0400 Subject: [PATCH] Remove some platforms for the example I am currently interested in windows, linux and mac builds --- .github/workflows/main.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 24de3ce..2aa6726 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,11 +19,9 @@ jobs: unityVersion: - 2020.1.7f1 targetPlatform: - - StandaloneOSX # Build a macOS standalone (Intel 64-bit). - - StandaloneWindows64 # Build a Windows 64-bit standalone. - - StandaloneLinux64 # Build a Linux 64-bit standalone. - - iOS # Build an iOS player. - - WebGL # WebGL. + - StandaloneOSX + - StandaloneWindows64 + - StandaloneLinux64 steps: - uses: actions/checkout@v2 with: