From 690f3a2eaddc21b0d0f16940fd1b7b6b70d6d2c5 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Mon, 8 Feb 2021 11:29:39 +0900 Subject: [PATCH] chore: move 2020.1 beta to ga image --- .github/workflows/build-debug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index cfb4c4b..e3e6fa3 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -29,11 +29,11 @@ jobs: if: "!(contains(github.event.head_commit.message, '[skip ci]') || contains(github.event.head_commit.message, '[ci skip]')) && ((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:'))" strategy: matrix: - unity: ["2019.3.9f1", "2020.1.0b5"] + unity: ["2019.3.9f1", "2020.1.12f1"] include: - unity: 2019.3.9f1 license: UNITY_2019_3 - - unity: 2020.1.0b5 + - unity: 2020.1.12f1 license: UNITY_2020_1 runs-on: ubuntu-latest container: