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

Disable MacOS from CI pipeline #1447

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Disable MacOS from CI pipeline #1447

merged 1 commit into from
Oct 1, 2024

Commits on Sep 17, 2024

  1. Disable MacOS from CI pipeline

    GitHub actions dropped the support for MacOS 11, causing all CI jobs to
    fail. Updating to MacOS 12 would require updating 3rd party
    dependencies, namely electron-builder (see PR #1409).
    
    MacOS isn't officially supported by this project, and it was added to
    CI pipeline just because doing so was easy and only required a few
    lines of config code. Now keeping MacOS on the CI pipeline would
    require testing that updating electron-builder has no ill side-effects.
    That work seems to have a low return of investment, so changes are it
    won't get done anytime soon.
    anttimaki committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2291879 View commit details
    Browse the repository at this point in the history