diff --git a/.github/workflows/check_and_commit.yml b/.github/workflows/check_and_commit.yml index a08bcbd7b..b097f1752 100644 --- a/.github/workflows/check_and_commit.yml +++ b/.github/workflows/check_and_commit.yml @@ -110,6 +110,7 @@ jobs: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} with: projectPath: ${{ matrix.projectPath }} + customImage: 'unityci/editor:ubuntu-2022.3.26f1-linux-il2cpp-3.1.0' testMode: ${{ matrix.testMode }} artifactsPath: ${{ matrix.testMode }}-artifacts githubToken: ${{ secrets.GITHUB_TOKEN }}