File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 HOMEBREW_GITHUB_PACKAGES_TOKEN : ${{ github.token }}
3030 HOMEBREW_GITHUB_PACKAGES_USER : ${{ github.actor }}
3131 PULL_REQUEST : ${{ github.event.pull_request.number }}
32- run : export HOMEBREW_NO_INSTALL_FROM_API=1 ; brew pr-pull --debug --workflows=tests.yml,tests -arm.yml --tap=$GITHUB_REPOSITORY $PULL_REQUEST
32+ run : export HOMEBREW_NO_INSTALL_FROM_API=1 ; brew pr-pull --debug --workflows=tests-arm.yml --tap=$GITHUB_REPOSITORY $PULL_REQUEST
3333
3434 - name : Push commits
3535 uses : Homebrew/actions/git-try-push@master
Original file line number Diff line number Diff line change 88 test-bot :
99 strategy :
1010 matrix :
11- os : [macos-13-xlarge, macos- 14, macos-15]
11+ os : [macos-14, macos-15]
1212 runs-on : ${{ matrix.os }}
1313 steps :
1414 - name : Install Rosetta for any x86 arch operations
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ BastionZero offers the zli in pre-built binaries for the following matrix.
1414| ------------------ | ------------------ | -------------------- |
1515| MacOS 15 Sequoia | | :white_check_mark : |
1616| MacOS 14 Sonoma | | :white_check_mark : |
17- | MacOS 13 Ventura | :white_check_mark : | :white_check_mark : |
1817
1918## Downgrading
2019BastionZero cannot guarantee compatability when downgrading.
You can’t perform that action at this time.
0 commit comments