From 9eb8a55d912f443ed39cfa353c3a5845ac9499cb Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 19 Apr 2023 18:28:46 -0400 Subject: [PATCH] Unity is being dumb, use 2019.4.40f1 for all workflows. --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7139453..13c70c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: projectPath: - unity-project-with-correct-tests unityVersion: - - 2019.2.21f1 + - 2019.4.40f1 testMode: - playmode - editmode @@ -78,7 +78,7 @@ jobs: projectPath: - unity-project-with-correct-tests unityVersion: - - 2019.2.21f1 + - 2019.4.40f1 steps: ########################### # Checkout # @@ -132,7 +132,7 @@ jobs: fail-fast: false matrix: unityVersion: - - 2019.2.21f1 + - 2019.4.40f1 projectPath: - unity-project-with-correct-tests steps: @@ -189,7 +189,7 @@ jobs: projectPath: - unity-project-with-correct-tests unityVersion: - - 2019.2.21f1 + - 2019.4.40f1 steps: ########################### # Checkout # @@ -244,7 +244,7 @@ jobs: projectPath: - unity-project-with-correct-tests unityVersion: - - 2019.2.21f1 + - 2019.4.40f1 steps: ########################### # Checkout # @@ -343,7 +343,7 @@ jobs: fail-fast: false matrix: unityVersion: - - 2019.2.21f1 + - 2019.4.40f1 projectPath: - unity-project-with-correct-tests steps: