diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dc0fc42..3f97ccd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 50547a4..6c84c56 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -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.*'