Skip to content

Fix MacOS CI: add brew trust for coin-or-tools/coinor tap#175

Merged
jaseeverett merged 2 commits into
mainfrom
copilot/fix-macos-latest-release-job
Jun 27, 2026
Merged

Fix MacOS CI: add brew trust for coin-or-tools/coinor tap#175
jaseeverett merged 2 commits into
mainfrom
copilot/fix-macos-latest-release-job

Conversation

Copilot AI commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Homebrew introduced a tap trust requirement that causes the MacOS CI job to fail when installing symphony from the coin-or-tools/coinor tap.

Change

  • Add brew trust coin-or-tools/coinor between brew tap and brew install in .github/workflows/MacOS.yaml
- name: Install system dependencies
  run: |
    brew tap coin-or-tools/coinor
    brew trust coin-or-tools/coinor
    brew install coin-or-tools/coinor/symphony

Copilot AI changed the title [WIP] Fix failing GitHub Actions job macos-latest (release) Fix MacOS CI: add brew trust for coin-or-tools/coinor tap Jun 27, 2026
Copilot AI requested a review from jaseeverett June 27, 2026 02:41
@jaseeverett jaseeverett marked this pull request as ready for review June 27, 2026 02:42
@jaseeverett jaseeverett merged commit 016be03 into main Jun 27, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants