From ad1204ec11d5880ac5c48382d83e1b71b16fce06 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 1 Dec 2023 17:51:09 -0800 Subject: [PATCH] CI: Update comment about not running aarch64-apple-ios tests. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08bcccbbe2..d2d969afdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -179,7 +179,7 @@ jobs: - target: aarch64-apple-ios host_os: macos-13 - # GitHub Actions doesn't have a way to run this target yet. + # TODO: Run in the emulator. cargo_options: --no-run - target: aarch64-linux-android