From 01504b889c32d12395f2537033cf9b4b10179257 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 9 Sep 2022 12:02:22 -0400 Subject: [PATCH] docs: only macOS platforms support macOS ARM (#1264) Signed-off-by: Henry Schreiner Signed-off-by: Henry Schreiner --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af5dbf5f9..eee1c6f67 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,10 @@ Usage |-----------------|-------|-------|---------|-----------|-----------| | GitHub Actions | ✅ | ✅ | ✅ | ✅¹ | ✅² | | Azure Pipelines | ✅ | ✅ | ✅ | | ✅² | -| Travis CI | ✅ | | ✅ | ✅ | ✅² | +| Travis CI | ✅ | | ✅ | ✅ | | | AppVeyor | ✅ | ✅ | ✅ | | ✅² | | CircleCI | ✅ | ✅ | | | ✅² | -| Gitlab CI | ✅ | | | | ✅² | +| Gitlab CI | ✅ | | | | | | Cirrus CI | ✅ | ✅³ | ✅ | ✅ | ✅ | ¹ [Requires emulation](https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation), distributed separately. Other services may also support Linux ARM through emulation or third-party build hosts, but these are not tested in our CI.