diff --git a/.github/workflows/code-coverage-kotlin.yml b/.github/workflows/code-coverage-kotlin.yml index 64478f0..37c07bc 100644 --- a/.github/workflows/code-coverage-kotlin.yml +++ b/.github/workflows/code-coverage-kotlin.yml @@ -15,7 +15,7 @@ on: required: false type: string description: "Runner architecture (x64 or arm64)" - default: "x64" + default: "arm64" java-version: required: false type: string diff --git a/.github/workflows/component-test-kotlin.yml b/.github/workflows/component-test-kotlin.yml index a7af062..d637b4e 100644 --- a/.github/workflows/component-test-kotlin.yml +++ b/.github/workflows/component-test-kotlin.yml @@ -10,7 +10,7 @@ on: required: false type: string description: "Runner architecture (x64 or arm64)" - default: "x64" + default: "arm64" service-name: required: false type: string diff --git a/.github/workflows/component-test-python.yml b/.github/workflows/component-test-python.yml index 8f726df..25265bf 100644 --- a/.github/workflows/component-test-python.yml +++ b/.github/workflows/component-test-python.yml @@ -10,7 +10,7 @@ on: required: false type: string description: "Runner architecture (x64 or arm64)" - default: "x64" + default: "arm64" service-name: required: false type: string diff --git a/.github/workflows/deploy-generic-v2.yml b/.github/workflows/deploy-generic-v2.yml index 50f37b4..21a562f 100644 --- a/.github/workflows/deploy-generic-v2.yml +++ b/.github/workflows/deploy-generic-v2.yml @@ -12,7 +12,7 @@ on: required: false type: string description: "Runner architecture (x64 or arm64)" - default: "x64" + default: "arm64" stage: required: true type: string diff --git a/.github/workflows/deploy-generic.yml b/.github/workflows/deploy-generic.yml index 440aef6..04c3826 100644 --- a/.github/workflows/deploy-generic.yml +++ b/.github/workflows/deploy-generic.yml @@ -12,7 +12,7 @@ on: required: false type: string description: "Runner architecture (x64 or arm64)" - default: "x64" + default: "arm64" stage: required: true type: string diff --git a/.github/workflows/deploy-kotlin.yml b/.github/workflows/deploy-kotlin.yml index 07f3632..b2bc5d7 100644 --- a/.github/workflows/deploy-kotlin.yml +++ b/.github/workflows/deploy-kotlin.yml @@ -12,7 +12,7 @@ on: required: false type: string description: "Runner architecture (x64 or arm64)" - default: "x64" + default: "arm64" stage: required: true type: string diff --git a/.github/workflows/deploy-python.yml b/.github/workflows/deploy-python.yml index 4eac058..0c5e4e7 100644 --- a/.github/workflows/deploy-python.yml +++ b/.github/workflows/deploy-python.yml @@ -12,7 +12,7 @@ on: required: false type: string description: "Runner architecture (x64 or arm64)" - default: "x64" + default: "arm64" stage: required: true type: string diff --git a/.github/workflows/pull-request-bun.yml b/.github/workflows/pull-request-bun.yml index 12003d3..6f5bd4b 100644 --- a/.github/workflows/pull-request-bun.yml +++ b/.github/workflows/pull-request-bun.yml @@ -11,7 +11,7 @@ on: required: false type: string description: "Runner architecture (x64 or arm64)" - default: "x64" + default: "arm64" bun-version: required: false type: string diff --git a/.github/workflows/pull-request-kotlin.yml b/.github/workflows/pull-request-kotlin.yml index ef835f6..419cff5 100644 --- a/.github/workflows/pull-request-kotlin.yml +++ b/.github/workflows/pull-request-kotlin.yml @@ -11,7 +11,7 @@ on: required: false type: string description: "Runner architecture (x64 or arm64)" - default: "x64" + default: "arm64" java-version: required: false type: string diff --git a/.github/workflows/pull-request-react.yml b/.github/workflows/pull-request-react.yml index d9f818c..9ea0861 100644 --- a/.github/workflows/pull-request-react.yml +++ b/.github/workflows/pull-request-react.yml @@ -11,7 +11,7 @@ on: required: false type: string description: "Runner architecture (x64 or arm64)" - default: "x64" + default: "arm64" node-version: required: false type: string diff --git a/.github/workflows/sonar-cloud.yml b/.github/workflows/sonar-cloud.yml index 01209aa..d71e267 100644 --- a/.github/workflows/sonar-cloud.yml +++ b/.github/workflows/sonar-cloud.yml @@ -11,7 +11,7 @@ on: required: false type: string description: "Runner architecture (x64 or arm64)" - default: "x64" + default: "arm64" java-version: required: false type: string