blackmagic-debug / blackmagic

In application debugger for ARM Cortex microcontrollers.
GNU General Public License v3.0
3.13k stars 759 forks source link

ci: Fix deployment of GCC < 14 under macOS #1822

Closed amyspark closed 1 month ago

amyspark commented 1 month ago

Detailed description

@dragonmux just shared with me a macOS build log, and I noticed that it started to fail because Homebrew has started deploying GCC 14.1.

This PR ensures that Homebrew can cleanly deploy earlier versions by unlinking the version provided by GitHub Actions, before installing the requested GCC version.

Your checklist for this pull request

Closing issues