diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-07-23 12:51:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-23 12:51:21 -0400 |
| commit | f1b267bef4a2aaa82a1e53441c6d2c8a3edb866c (patch) | |
| tree | ec805965d307710df4c810bfaf83ee076d5d4edd | |
| parent | 32e5f985eb20592983d75289ac245d3221a6817b (diff) | |
| parent | 4e02a1f7c51fe8e5270453ca02f65debf07169da (diff) | |
| download | rust-f1b267bef4a2aaa82a1e53441c6d2c8a3edb866c.tar.gz rust-f1b267bef4a2aaa82a1e53441c6d2c8a3edb866c.zip | |
Rollup merge of #62885 - atouchet:macos, r=alexcrichton
Change "OSX" to "macOS" Apple no longer uses the OS X branding.
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md index d4bde44ff9d..40df6a47378 100644 --- a/README.md +++ b/README.md @@ -200,11 +200,11 @@ fetch snapshots, and an OS that can execute the available snapshot binaries. Snapshot binaries are currently built and tested on several platforms: -| Platform / Architecture | x86 | x86_64 | -|--------------------------|-----|--------| -| Windows (7, 8, 10, ...) | ✓ | ✓ | -| Linux (2.6.18 or later) | ✓ | ✓ | -| OSX (10.7 Lion or later) | ✓ | ✓ | +| Platform / Architecture | x86 | x86_64 | +|----------------------------|-----|--------| +| Windows (7, 8, 10, ...) | ✓ | ✓ | +| Linux (2.6.18 or later) | ✓ | ✓ | +| macOS (10.7 Lion or later) | ✓ | ✓ | You may find that other platforms work, but these are our officially supported build environments that are most likely to work. |
