diff --git a/.github/workflows/component-deploy-v2.yml b/.github/workflows/component-deploy-v2.yml index 115ee35..b569ce4 100644 --- a/.github/workflows/component-deploy-v2.yml +++ b/.github/workflows/component-deploy-v2.yml @@ -84,7 +84,7 @@ permissions: jobs: deploy: name: Deploy - runs-on: linux-arm64 + runs-on: ubuntu-latest timeout-minutes: 10 outputs: slack-message-id: ${{ steps.slack-update.outputs.message-id }} diff --git a/.github/workflows/component-deploy.yml b/.github/workflows/component-deploy.yml index 1042df6..b441c4f 100644 --- a/.github/workflows/component-deploy.yml +++ b/.github/workflows/component-deploy.yml @@ -77,7 +77,7 @@ permissions: jobs: deploy: name: Deploy - runs-on: linux-arm64 + runs-on: ubuntu-latest timeout-minutes: 20 outputs: slack-message-id: ${{ steps.slack-update.outputs.message-id }} diff --git a/.github/workflows/component-initialize.yml b/.github/workflows/component-initialize.yml index 5940356..ea9224a 100644 --- a/.github/workflows/component-initialize.yml +++ b/.github/workflows/component-initialize.yml @@ -29,7 +29,7 @@ permissions: jobs: initialize: name: Initialize - runs-on: linux-arm64 + runs-on: ubuntu-latest timeout-minutes: 5 outputs: slack-message-id: ${{ steps.send-slack-message.outputs.slack-message-id }}