summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL2
-rw-r--r--docs/README_CI.md8
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 63bf076..607eb18 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -124,7 +124,7 @@ architecture at a time in the source code directory. After you have
installed the package for one architecture, use `make distclean' before
reconfiguring for another architecture.
- On MacOS X 10.5 and later systems, you can create libraries and
+ On macOS 10.5 and later systems, you can create libraries and
executables that work on multiple system types--known as "fat" or
"universal" binaries--by specifying multiple `-arch' options to the
compiler but only a single `-arch' option to the preprocessor. Like
diff --git a/docs/README_CI.md b/docs/README_CI.md
index 4d7eecc..da74262 100644
--- a/docs/README_CI.md
+++ b/docs/README_CI.md
@@ -15,10 +15,10 @@ The platforms used are:
- https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
- Visual Studio Enterprise 2019 (x64, x86 and arm64 cross compiliations)
- MingW GCC (x86, x64 and ucrt64)
-- MacOS 11, Intel
+- macOS 11, Intel
- https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md
- GCC x64
-- MacOS 11, M1 in place but we don't manage to get M1 runners
+- macOS 11, M1 in place but we don't manage to get M1 runners
The CI configurations and script can be found in
@@ -53,11 +53,11 @@ For x64, x86 and arm64.
## ci_macos.yml
-All configs for MacOS. Dependencies are installed using homebrew (for those not available already in the image).
+All configs for macOS. Dependencies are installed using homebrew (for those not available already in the image).
Important note:
-Github actions MacOS images contain Mono. Mono somehow messes up with the various paths and it is not worth figuring out how to work around it. We use a script to simply remove Mono from the system, the script can be found in .github\scripts\removemono.sh
+Github actions macOS images contain Mono. Mono somehow messes up with the various paths and it is not worth figuring out how to work around it. We use a script to simply remove Mono from the system, the script can be found in .github\scripts\removemono.sh
## shellcheck.yml