From 991dc4c627836c1422b5a4ad0c415781266bdf19 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 28 Sep 2023 22:57:13 -0700 Subject: [PATCH] change workflow --- .github/workflows/main.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f144d0f3..7407e5ebd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - 2020.3.48f1 - 2021.3.29f1 - 2022.3.7f1 - - 2023.1.0f1 + - 2023.1.15f1 steps: #Test Checkout @@ -62,13 +62,13 @@ jobs: builds: name: Build-${{ matrix.targetPlatform }}-${{ matrix.unityVersion }} runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 20 strategy: fail-fast: false matrix: targetPlatform: - StandaloneWindows - - WebGL + #- WebGL unityVersion: - 2019.3.15f1 - 2019.4.40f1 @@ -76,6 +76,12 @@ jobs: - 2021.3.29f1 - 2022.3.7f1 - 2023.1.0f1 + include: + - targetPlatform: WebGL + unityVersion: 2019.3.15f1 + - targetPlatform: WebGL + unityVersion: 2023.1.15f1 + steps: #Build Checkout