Skip to content

Commit

Permalink
Merge pull request #190789 from Homebrew/15-ban-remove
Browse files Browse the repository at this point in the history
workflows/dispatch-build-bottle: remove Sequoia restriction
  • Loading branch information
Bo98 authored Sep 16, 2024
2 parents 07f4385 + 071c7f6 commit f20d4c6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/dispatch-build-bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f20d4c6

Please sign in to comment.