File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 88 test-bot :
99 strategy :
1010 matrix :
11- os : [ubuntu-22 .04, ubuntu-24.04, macos-14, macos-15]
11+ os : [ubuntu-24 .04, ubuntu-24.04-arm , macos-14, macos-15]
1212 runs-on : ${{ matrix.os }}
1313 permissions :
1414 actions : read
1818 env :
1919 HOMEBREW_GITHUB_API_TOKEN : ${{ secrets.HOMEBREW_API_TOKEN }}
2020 steps :
21+ - if : ${{ matrix.os == 'ubuntu-24.04-arm' }}
22+ run : /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
23+
2124 - name : Set up Homebrew
2225 id : set-up-homebrew
2326 uses : Homebrew/actions/setup-homebrew@main
3437
3538 - run : brew test-bot --only-cleanup-before
3639
37- - run : brew test-bot --only-setup
40+ - if : ${{ matrix.os != 'ubuntu-24.04-arm' }}
41+ run : brew test-bot --only-setup
3842
3943 - run : brew test-bot --only-tap-syntax
4044
You can’t perform that action at this time.
0 commit comments