chrisjbillington / desktop-app

OS menu shortcuts, correct taskbar behaviour, and environment activation for Python GUI apps
BSD 2-Clause "Simplified" License
6 stars 5 forks source link

OSX build failing #12

Closed chrisjbillington closed 3 years ago

chrisjbillington commented 3 years ago

Package doesn't currently build for OSX:

See: https://github.com/chrisjbillington/desktop-app/actions/runs/459991070

chrisjbillington commented 3 years ago

Fixed in fda326aedd27a3e71a2d17cca84afa68f7685762 by setting xcode 11 when building on OSX. Anaconda recommends buiding with as old an SDK as possible, and we could download an even older SDK from the links they recommend, and configure our package to build using it, but for now we'll just use the oldest SDK available on GitHub actions by selecting the Xcode version.

This fix was also applied to labscript programs.