4b373ba82b
Now, CI builds for macOS involve three separate builds for a range of macOS versions, and a final Universal macOS Binary made on Big Sur. It should work with the M1 chip and x86_64 Intel Macs. I have also renamed osx_environment->macOS_environment.sh to reflect the new name change of Apple's desktop OS. In terms of the clean_builds.sh script, this has also been refactored to be more resilient, and efficient (marginally). Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk> |
||
---|---|---|
.. | ||
README.md | ||
enhance-ci-builds-and-add-macos-universal-binaries-builds.feature | ||
fix-wrong-encoding-for-text-copied-between-linux-and-windows.bugfix | ||
gcc-11-build.bugfix |
README.md
This is the directory for release note fragments processed by towncrier.
When making a user-visible change create a file in this directory and it will be automatically be included into the release note document when the next release is published.
The file extension specifies the type of a change. The following are currently supported:
- .feature: a new feature.
- .bugfix: a bug fix.
- .security: a fix for security issue.
- .doc: a documentation improvement.
- .removal: a deprecation or removal of functionality.