Skip to content

Commit

Permalink
Reverting multi-version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
unbeatable-101 committed Dec 31, 2023
1 parent 6451f25 commit 0edc948
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ github.token }}
HOMEBREW_GITHUB_PACKAGES_USER: ${{ github.actor }}
PULL_REQUEST: ${{ github.event.pull_request.number }}
run: brew pr-pull --artifact "*-bottles" --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST
run: brew pr-pull --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST

# - name: Push commits
# uses: Homebrew/actions/git-try-push@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [macos-11, macos-12, macos-13, ubuntu-latest]
os: [macos-13]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down Expand Up @@ -36,5 +36,5 @@ jobs:
if: always() && github.event_name == 'pull_request'
uses: actions/upload-artifact@main
with:
name: ${{ runner.name }}-bottle
name: bottles
path: '*.bottle.*'

0 comments on commit 0edc948

Please sign in to comment.