From 6c98ddff62d228ad6563c0b0bd9c72c2fc83e116 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Sat, 28 Sep 2024 11:32:07 +0200 Subject: [PATCH] Changed runs-on to host --- .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 b5c239c..b451363 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: host steps: - name: Check out repository code