From cc49e99f56bf9b507091c5508114fc47f33d7333 Mon Sep 17 00:00:00 2001 From: Jacob Carlborg Date: Mon, 16 Oct 2023 13:35:15 +0200 Subject: [PATCH] [no ci] Document that ARM64 platforms can only run on Linux runners --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 2648565..3fb38c6 100644 --- a/readme.md +++ b/readme.md @@ -220,10 +220,10 @@ which runners they can run on. This section lists the different combinations of platforms and on which runners they can run. -| Runner | OpenBSD | FreeBSD | NetBSD | -| ----------------------------------------------| ------- | ------- | ------ | -| **Linux** | ✅ | ✅ | ✅ | -| **macos-10.15**, **macos-11**, **macos-12** | ✅ | ✅ | ✅ | +| Runner | OpenBSD | FreeBSD | NetBSD | ARM64 | +| ----------------------------------------------| ------- | ------- | ------ | ----- | +| **Linux** | ✅ | ✅ | ✅ | ✅ | +| **macos-10.15**, **macos-11**, **macos-12** | ✅ | ✅ | ✅ | ❌ | ## `Under the Hood`