Skip to content

Commit

Permalink
debug macos-15 build (macos-15 is arm runner)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Dec 9, 2024
1 parent 7b35df1 commit 4f940ac
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/brew-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ jobs:
- run: echo "dummy job"

# # debug formula run on arm macos
# formula-debug-macos:
# runs-on: macos-14 # macos-14 is arm runner
# if: github.event_name == 'pull_request'
# defaults:
# run:
# # simplify the debugging flow
# # https://docs.brew.sh/FAQ#why-should-i-install-homebrew-in-the-default-location
# working-directory: /opt/homebrew/Library/Taps/homebrew/homebrew-core
# steps:
# - run: brew update
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
formula-debug-macos:
runs-on: macos-15 # macos-15 is arm runner
if: github.event_name == 'pull_request'
defaults:
run:
# simplify the debugging flow
# https://docs.brew.sh/FAQ#why-should-i-install-homebrew-in-the-default-location
working-directory: /opt/homebrew/Library/Taps/homebrew/homebrew-core
steps:
- run: brew update
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

# # debug formula run on intel macos
# formula-debug-macos:
Expand Down

0 comments on commit 4f940ac

Please sign in to comment.