From c1f351cd6729c1c0f4667540c38cf2643c3b109e Mon Sep 17 00:00:00 2001 From: Lalit Kumar Bhasin Date: Thu, 20 Jun 2024 12:13:05 -0700 Subject: [PATCH] Add CI for ARM (#1884) Co-authored-by: Cijo Thomas --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcfdd71a0b..f7002f0c0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,8 @@ jobs: os: windows-latest - rust: stable os: macos-latest + - rust: stable + os: actuated-arm64-4cpu-16gb runs-on: ${{ matrix.os }} steps: - name: Free disk space