Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github workflow: Fix python link error on macOS #862

Closed
wants to merge 2 commits into from

Commits on Mar 2, 2024

  1. Github workflow: Fix linking error on macOS

     Homebrew has multiple versions of python which occasionally step on
     each other. Add the overwrite flag in the install process to
     explicity oveverwrite old links.
    
     Additionally add a call to brew upgrade to handle issues where
     new packages require updating already installed ones.
    jhoyt4 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    7b8ee86 View commit details
    Browse the repository at this point in the history
  2. Github Workflow: deprecate ubuntu 20.04, bump checkout and cache

      Ubuntu 20.04 only supports qt 5.12, deprecate the runner now that
      qt 5.15 is the new minimumally support version
    
      Additionally, bump the version of checkout and cache to the latest
    jhoyt4 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    724b562 View commit details
    Browse the repository at this point in the history