diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index 140248b664..fa2f73998b 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -95,7 +95,7 @@ jobs: enterprise: ${{ github.event.inputs.enterprise == 'true' }} staging: ${{ github.event.inputs.staging == 'true' }} architecture: X64 - operating_system: macos-12 + operating_system: self-hosted-X64 secrets: inherit macos-arm-installer: @@ -107,7 +107,7 @@ jobs: enterprise: ${{ github.event.inputs.enterprise == 'true' }} staging: ${{ github.event.inputs.staging == 'true' }} architecture: ARM64 - operating_system: self-hosted + operating_system: self-hosted-ARM64 secrets: inherit # Run and update nightly release when the nightly input is set to true or if the schedule is triggered diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3aa324cf0f..78b4c23fef 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -27,7 +27,7 @@ on: architecture: description: 'Architecture' required: true - default: 'X64' + default: 'ARM64' type: choice options: - X64 @@ -35,7 +35,7 @@ on: operating_system: description: 'OS' required: true - default: 'macos-11' + default: 'self-hosted-ARM64' type: choice options: - self-hosted-X64 @@ -67,12 +67,12 @@ on: architecture: description: 'Architecture' required: true - default: 'X64' + default: 'ARM64' type: string operating_system: description: 'OS' required: true - default: 'macos-11' + default: 'self-hosted-ARM64' type: string env: