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