diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a429d19..6ba6aef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,13 +29,13 @@ jobs: - name: Run tests uses: game-ci/unity-test-runner@v2 with: - unityVersion: 2020.3.15f2 + unityVersion: 2020.3.23f1 # Build - name: Build project uses: game-ci/unity-builder@v2 with: - unityVersion: 2020.3.15f2 + unityVersion: 2020.3.23f1 targetPlatform: StandaloneWindows64 # Output diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 56085ba..948c6f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,4 +28,4 @@ jobs: - name: Run tests uses: game-ci/unity-test-runner@v2 with: - unityVersion: 2020.3.15f2 + unityVersion: 2020.3.23f1