From ac0f9b6a8202efac28dbdebe6540a779eae4f569 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 16 Oct 2025 14:09:30 -0700 Subject: [PATCH] Update cicd --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 1daf108..3402a0a 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -8,7 +8,7 @@ on: jobs: release: name: Build and Release - runs-on: ubuntu-latest + runs-on: amd64-runner steps: - name: Checkout code