diff --git a/.github/workflows/dispatch-build-bottle.yml b/.github/workflows/dispatch-build-bottle.yml index f6750257f2291..99b25a77b48e5 100644 --- a/.github/workflows/dispatch-build-bottle.yml +++ b/.github/workflows/dispatch-build-bottle.yml @@ -208,15 +208,6 @@ jobs: BOTTLE_BRANCH: ${{github.actor}}/dispatch/${{inputs.formula}}/${{github.run_id}} BOTTLES_DIR: ${{ github.workspace }}/bottles steps: - - name: Check that we're not uploading Sequioa x86_64 bottles - run: | - if [[ "${DISPATCH_BUILD_BOTTLE_RUNNER}" =~ (^|,)15(-x86_64)?($|,) ]] - then - echo "::error ::Refusing to upload bottles for macOS 15 x86_64!" - echo "::error ::Please don't upload macOS 15 x86_64 bottles yet, @${DISPATCH_BUILD_BOTTLE_SENDER}." - exit 1 - fi - - name: Set up Homebrew id: set-up-homebrew uses: Homebrew/actions/setup-homebrew@master