From 8c06947ebe651a26b4e111530fddf4be3a12809c Mon Sep 17 00:00:00 2001 From: Mike Smith <89040888+smiggiddy@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:11:04 -0400 Subject: [PATCH] fix --- .gitea/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index d1388d6..58cb12c 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: x86 + runs-on: ubuntu-latest steps: - name: Checkout code