From 166465b56d3a317a12fae0c7eed538fcdd480a43 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Fri, 16 May 2025 13:41:19 +0800 Subject: [PATCH] doc: update Windows ARM for GH Actions (#2396) It's no more cross compilation and can run tests. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21049c09..bb046a07 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Usage | | Linux | macOS | Windows | Linux ARM | macOS ARM | Windows ARM | iOS | |-----------------|-------|-------|---------|-----------|-----------|-------------|-----| -| GitHub Actions | ✅ | ✅ | ✅ | ✅ | ✅ | ✅² | ✅³ | +| GitHub Actions | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅³ | | Azure Pipelines | ✅ | ✅ | ✅ | | ✅ | ✅² | ✅³ | | Travis CI | ✅ | | ✅ | ✅ | | | | | CircleCI | ✅ | ✅ | | ✅ | ✅ | | ✅³ |