diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index f7724f4..76c0fed 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -27,13 +27,6 @@ jobs: strategy: matrix: unity: ["2019.3.9f1", "2019.4.13f1", "2020.1.12f1"] - include: - - unity: 2019.3.9f1 - license: UNITY_LICENSE_2019 - - unity: 2019.4.13f1 - license: UNITY_LICENSE_2019 - - unity: 2020.1.12f1 - license: UNITY_LICENSE_2020 runs-on: ubuntu-latest timeout-minutes: 15 steps: diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index c2fa703..f452401 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -53,9 +53,6 @@ jobs: strategy: matrix: unity: ["2019.3.9f1"] - include: - - unity: 2019.3.9f1 - license: UNITY_LICENSE_2019 runs-on: ubuntu-latest timeout-minutes: 15 steps: