From b8373f6908021ca902ae7e347cc51bea1abd03c7 Mon Sep 17 00:00:00 2001 From: mdnapo Date: Sun, 6 Oct 2024 09:46:15 +0200 Subject: [PATCH] Changed act runner label --- .gitea/workflows/gitea-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index b62f3af..6e70e95 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -4,7 +4,7 @@ on: [ push ] jobs: test: - runs-on: ubuntu-default + runs-on: ubuntu-latest steps: - uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/setup-dotnet@v4