From d1c42299fb409ec0e2bc96e8acd5b6ca5fcd33ce Mon Sep 17 00:00:00 2001 From: Christos Lachanas Date: Sat, 7 Dec 2024 19:15:18 +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 865f319..454203b 100644 --- a/.gitea/workflows/artifact.yaml +++ b/.gitea/workflows/artifact.yaml @@ -4,7 +4,7 @@ on: [ push ] jobs: cum: - runs-on: ubuntu-latest + runs-on: linux-amd64 steps: - name: generate file run: echo cum > test.txt