mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
DOCS: Remove references to MacOS 10.15 in docs (#6845)
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
00c9a38151
commit
2a35c4bab1
2 changed files with 3 additions and 3 deletions
|
@ -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 |
|
||||
|
|
|
@ -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` |
|
||||
|
|
Loading…
Reference in a new issue