DOCS: Remove references to MacOS 10.15 in docs (#6845)

Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
Sonu Saha 2023-11-06 22:52:40 +05:30 committed by GitHub
parent 00c9a38151
commit 2a35c4bab1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Chef InSpec: Inspect Your Infrastructure
* **Project State: Active**
* **Issues Response SLA: 14 business days**
* **Pull Request Response SLA: 14 business days**
@ -314,7 +314,7 @@ Remote Targets
| CentOS | 6, 7, 8 | i386, x86_64 |
| Debian | 9, 10 | i386, x86_64 |
| FreeBSD | 9, 10, 11 | i386, amd64 |
| macOS | 10.14, 10.15, 11.0 | x86_64 |
| macOS | 11.0 | x86_64 |
| Oracle Enterprise Linux | 6, 7, 8 | i386, x86_64 |
| Red Hat Enterprise Linux | 6, 7, 8 | i386, x86_64 |
| Solaris | 10, 11 | sparc, x86 |

View file

@ -2,7 +2,7 @@
| --- | --- | --- |
| Amazon Linux | `x86_64`, `aarch64` | `2.x` |
| Debian | `x86_64`, `aarch64` (10.x only) | `9`, `10`, `11` |
| macOS | `x86_64`, `aarch64` (M1 processors) | `10.15`, `11.x`, `12.x` |
| macOS | `x86_64`, `aarch64` (M1 processors) | `11.x`, `12.x` |
| Oracle Enterprise Linux | `x86_64`, `aarch64` (7.x / 8.x only) | `6.x`, `7.x`, `8.x` |
| Red Hat Enterprise Linux | `x86_64`, `aarch64` (7.x and 8.x only) | `6.x`, `7.x`, `8.x` |
| SUSE Linux Enterprise Server | `x86_64`, `aarch64` (15.x only) | `12.x`, `15.x` |