Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix Apple mobile versions in 9.0 supported-os.md #9279

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions release-notes/9.0/supported-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ OS | Version | Architectures
[Windows Server Core][Windows-Server] | 2012+ | x64, x86 | [Windows Server][Windows-Server-lifecycle]
[Nano Server][Nano-Server] | Version 1809+ | x64 | [Windows Server][Windows-Server-lifecycle]

[Windows-client]: https://www.microsoft.com/windows/
[Windows-client]: https://learn.microsoft.com/windows/
[Windows-lifecycle]: https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet
[win-client-docker]: https://hub.docker.com/_/microsoft-windows
[Windows-Server-lifecycle]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
Expand Down Expand Up @@ -98,14 +98,15 @@ OS | Version | Architectures |

OS | Version | Architectures |
------------------------------|-------------------------|-------------------|
[iOS][iOS] | 12.0+ | Arm64 |
[iOS Simulator][iOS] | 12.0+ | x64, Arm64 |
[tvOS][tvOS] | 12.0+ | Arm64 |
[tvOS Simulator][tvOS] | 12.0+ | x64, Arm64 |
[MacCatalyst][macOS] | 12.0+ | x64, Arm64 |
[iOS][iOS] | 12.2+ | Arm64 |
[iOS Simulator][iOS] | 12.2+ | x64, Arm64 |
[tvOS][tvOS] | 12.2+ | Arm64 |
[tvOS Simulator][tvOS] | 12.2+ | x64, Arm64 |
[MacCatalyst][MacCatalyst] | 15.0+ (macOS 12.0+) | x64, Arm64 |

[iOS]: https://support.apple.com/ios
[tvOS]: https://support.apple.com/apple-tv
[MacCatalyst]: https://developer.apple.com/documentation/uikit/mac_catalyst

## QEMU

Expand Down
Loading