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