From cdc53641a56d67e43b5b82119134dc3bb519b6b1 Mon Sep 17 00:00:00 2001 From: Stephen Parkinson Date: Tue, 24 Mar 2026 17:58:38 -0700 Subject: [PATCH] fix auto-build --- .gitea/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 169e191..f455bfb 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -13,7 +13,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: mac steps: - name: Checkout repository uses: actions/checkout@v4