From 67a693b916f6aa75ff4abe517e47438464d3b9d4 Mon Sep 17 00:00:00 2001 From: mdnapo Date: Sun, 6 Oct 2024 09:53:57 +0200 Subject: [PATCH] Changed .yaml to .yml and changed name back to default --- .gitea/workflows/{gitea-ci.yaml => gitea-ci.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .gitea/workflows/{gitea-ci.yaml => gitea-ci.yml} (91%) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yml similarity index 91% rename from .gitea/workflows/gitea-ci.yaml rename to .gitea/workflows/gitea-ci.yml index 6e70e95..b62f3af 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yml @@ -4,7 +4,7 @@ on: [ push ] jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-default steps: - uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/setup-dotnet@v4