ka9q-radio icon indicating copy to clipboard operation
ka9q-radio copied to clipboard

Fix macOS CI build

Open argilo opened this issue 9 months ago • 0 comments

The macOS CI build began failing when macOS 14 became the default on Github Actions. I made the following changes to fix that:

  • Use $(brew --prefix) to determine where Homebrew has installed packages, instead of using hard-coded paths.
  • Add missing #include directives.

Also, I updated the checkout actions to version 4, which fixes deprecation warnings.

argilo avatar May 11 '24 23:05 argilo