From 1fda45cf559fd923a27125c42bccfec0a8ca6880 Mon Sep 17 00:00:00 2001 From: Christos Lachanas Date: Sat, 7 Dec 2024 19:23:16 +0000 Subject: [PATCH] Update .gitea/workflows/artifact.yaml --- .gitea/workflows/artifact.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/artifact.yaml b/.gitea/workflows/artifact.yaml index bfa919c..26b8446 100644 --- a/.gitea/workflows/artifact.yaml +++ b/.gitea/workflows/artifact.yaml @@ -4,7 +4,7 @@ on: [ push ] jobs: cum: - runs-on: linux-amd64 + runs-on: ubuntu-latest steps: - name: generate file run: echo cum > test.txt