diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4529dbcc..6465ca52 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -226,7 +226,5 @@ jobs: secrets: inherit with: providerVersion: ${{ inputs.version }} - # Prelease is run often but we only have 5 concurrent macos runners, so we only test after the stable release. - enableMacRunner: ${{ inputs.isPrerelease == false }} skipGoSdk: ${{ inputs.skipGoSdk }} pythonVersion: ${{ needs.publish_sdk.outputs.python_version }} diff --git a/.github/workflows/verify-release.yml b/.github/workflows/verify-release.yml index 1046c528..23d70d6f 100644 --- a/.github/workflows/verify-release.yml +++ b/.github/workflows/verify-release.yml @@ -26,11 +26,6 @@ on: description: "The version of the provider to verify" required: true type: string - enableMacRunner: - description: "Enable the macos-latest runner in addition to ubuntu-latest and windows-latest. Defaults to 'false'." - required: false - type: boolean - default: false skipGoSdk: description: "Skip the Go SDK verification. Defaults to 'false'. This is used when we're not publishing a Go SDK on the default branch build." required: false