From 7cade928c8349e388a973307e16cbbaad7a524a5 Mon Sep 17 00:00:00 2001 From: Arneth Date: Fri, 5 May 2023 16:08:11 -0400 Subject: [PATCH] try again --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b376c80ac..bc93f5554 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,7 +5,7 @@ on: [push] jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest - container: unityci/editor:ubuntu-2021.3.24f1-windows-mono-1.1.2 + container: unity steps: - run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"