|
12 | 12 |
|
13 | 13 | * Ensure `release` and `stable` branches merged to `master` |
14 | 14 | * Check compatibility with latest stackage snapshot |
15 | | -* Ensure integration tests pass on a representative Windows, Mac OS X, and Linux (Linux |
| 15 | +* Ensure integration tests pass on a representative Windows, macOS, and Linux (Linux |
16 | 16 | is handled by Jenkins automatically): `stack install --pedantic && stack test |
17 | 17 | --pedantic --flag stack:integration-tests` . The actual release script will |
18 | 18 | perform a more thorough test for every platform/variant prior to uploading, so |
@@ -85,7 +85,7 @@ for requirements to perform the release, and more details about the tool. |
85 | 85 | * On a machine with Vagrant installed: |
86 | 86 | * Run `etc/scripts/vagrant-releases.sh` |
87 | 87 |
|
88 | | -* On Mac OS X: |
| 88 | +* On macOS: |
89 | 89 | * Run `etc/scripts/osx-release.sh` |
90 | 90 |
|
91 | 91 | * On Windows: |
@@ -219,7 +219,7 @@ set up. |
219 | 219 |
|
220 | 220 | ## Setting up an ARM VM for releases |
221 | 221 |
|
222 | | -These instructions assume the host system is running OS X. Some steps will vary |
| 222 | +These instructions assume the host system is running macOS. Some steps will vary |
223 | 223 | with a different host OS. |
224 | 224 |
|
225 | 225 | ### Install qemu on host |
@@ -365,7 +365,7 @@ Edit `~/.cabal/config`, and set `executable-stripping: False` and |
365 | 365 | [stack-setup-2.yaml](https://github.com/fpco/stackage-content/blob/master/stack/stack-setup-2.yaml) |
366 | 366 | for the ones we used in the last GHC release). |
367 | 367 |
|
368 | | - In the case of OS X, repackage the `.xz` bindist as a `.bz2`, since OS X does |
| 368 | + In the case of macOS, repackage the `.xz` bindist as a `.bz2`, since macOS does |
369 | 369 | not include `xz` by default or provide an easy way to install it. |
370 | 370 |
|
371 | 371 | * Build any additional required bindists (see below for instructions) |
|
0 commit comments