From f069e52195ee2f7f36ba29fb7c1946d581240ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Fri, 27 Sep 2024 16:55:25 +0200 Subject: [PATCH] Fix Platform Support status for `aarch64-darwin` --- docs/syntax_and_semantics/platform_support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax_and_semantics/platform_support.md b/docs/syntax_and_semantics/platform_support.md index 6e022120d..4a9a91e23 100644 --- a/docs/syntax_and_semantics/platform_support.md +++ b/docs/syntax_and_semantics/platform_support.md @@ -19,7 +19,7 @@ and drop into *Tier 2*. | Target | Description | Supported versions | Comment | | ------ | ----------- | ------------------ | ------- | -| `aarch64-darwin` | Aarch64 macOS
(Apple Silicon) | 11+ *(testing only on 14)* | :material-selection-circle: tests
:material-checkbox-marked-circle: builds +| `aarch64-darwin` | Aarch64 macOS
(Apple Silicon) | 11+ *(testing only on 14)* | :material-checkbox-marked-circle: tests
:material-checkbox-marked-circle: builds | `x86_64-darwin` | x64 macOS
(Intel) | 11+
*(testing only on 13; expected to work on 10.7+)* | :material-checkbox-marked-circle: tests
:material-checkbox-marked-circle: builds | `x86_64-linux-gnu` | x64 Linux | kernel 4.14+, GNU libc 2.26+
*(expected to work on kernel 2.6.18+)* | :material-checkbox-marked-circle: tests
:material-checkbox-marked-circle: builds | `x86_64-linux-musl` | x64 Linux | kernel 4.14+, MUSL libc 1.2+
*(expected to work on kernel 2.6.18+)* | :material-checkbox-marked-circle: tests
:material-checkbox-marked-circle: builds