diff options
author | dundargoc <gocdundar@gmail.com> | 2025-02-15 10:36:58 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2025-02-15 14:55:25 +0100 |
commit | 8e4b77134a1cbc08b7372b6834eafc7cecdbc33e (patch) | |
tree | e7aa5eb526425609a28686bd5d5a7615bb203f05 /runtime/doc | |
parent | 0a0f53663b51af35de7c7010c1e90b31a11a8c4e (diff) | |
download | rneovim-8e4b77134a1cbc08b7372b6834eafc7cecdbc33e.tar.gz rneovim-8e4b77134a1cbc08b7372b6834eafc7cecdbc33e.tar.bz2 rneovim-8e4b77134a1cbc08b7372b6834eafc7cecdbc33e.zip |
ci(test): disable ubuntu arm
There are too many flakes and intermittent failures to reliably use it.
Disable it for the time being until things stabilize.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/support.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/support.txt b/runtime/doc/support.txt index 103fb90b6d..07a12da1ba 100644 --- a/runtime/doc/support.txt +++ b/runtime/doc/support.txt @@ -13,11 +13,11 @@ Supported platforms *supported-platforms* `System` `Tier` `Versions` `Tested versions` Linux (x86_64) 1 >= 2.6.32, glibc >= 2.12 Ubuntu 24.04 -Linux (arm64) 1 >= 2.6.32, glibc >= 2.12 Ubuntu 24.04 macOS (x86_64) 1 >= 11 macOS 13 macOS (arm64) 1 >= 11 macOS 15 Windows 64-bit 1 >= Windows 10 Version 1809 Windows Server 2022 FreeBSD 1 >= 10 FreeBSD 14 +Linux (arm64) 2 >= 2.6.32, glibc >= 2.12 OpenBSD 2 >= 7 MinGW 2 MinGW-w64 Windows 64-bit 3 < Windows 10 Version 1809 |