Skip to content

Commit

Permalink
Experiment: brew.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreatwood committed Dec 27, 2024
1 parent f05a4e2 commit 42c4e95
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/brew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'macos-15' ]
# os: [ 'macos-13', 'macos-14', 'macos-15' ] # !!!!!!!! Put back
# os: [ 'macos-15' ] # !!!!!!!!
os: [ 'macos-13', 'macos-14', 'macos-15' ] # !!!!!!!! Put back
compiler: [ 'clang' ]
sanitizer: [ 'none' ]
tls: [ 'true' ]
Expand Down Expand Up @@ -86,11 +86,11 @@ jobs:
export HOMEBREW_GITHUB_API_TOKEN=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
homebrew/runformula.sh --skipaudit --force --HEAD
# -y Say "yes" to doing the brew audit
# --force Run even if pistache brew formula unchanged
# --HEAD Test with head of pistacheio/pistache master branch
# --skipaudit Say "yes" to doing the brew audit
# --force Run even if pistache brew formula unchanged
# --HEAD Test with head of pistacheio/pistache master branch
# if brew list pistache &>/dev/null; then brew remove pistache; fi
# # Use release (not HEAD), do audit (-y), and force even if pistache
# # formula unchanged
## Use release (not HEAD), do audit (-y), and force even if pistache
## formula unchanged
# homebrew/runformula.sh -y --force

0 comments on commit 42c4e95

Please sign in to comment.