From 7f8ee37c7f7d27a7daacd3e71ba05c3cc9f542fc Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 16 Oct 2025 17:51:25 -0700 Subject: [PATCH] Update runner --- .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 f51541d..68ad5bb 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -11,7 +11,7 @@ on: jobs: release: name: Build and Release - runs-on: ubuntu-latest + runs-on: amd64-runner steps: - name: Checkout code