From b2cb243a7c90a24e1036989b210cc22d79c45f2d Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 1 Dec 2023 17:50:44 -0800 Subject: [PATCH] CI: Run tests on aarch64-apple-darwin in GitHub Actions. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e4391fe6..08bcccbbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,9 +175,7 @@ jobs: include: - target: aarch64-apple-darwin - host_os: macos-13 - # GitHub Actions doesn't have a way to run this target yet. - cargo_options: --no-run + host_os: macos-13-xlarge - target: aarch64-apple-ios host_os: macos-13