From 687263b26037f310dd1e11b869bf35ea1c5c3c80 Mon Sep 17 00:00:00 2001 From: Lalit Kumar Bhasin Date: Tue, 18 Jun 2024 13:39:18 -0700 Subject: [PATCH] typo in runner name --- .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 5d5906bbc8..f7002f0c0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - rust: stable os: macos-latest - rust: stable - os: arm64-4cpu-16gb + os: actuated-arm64-4cpu-16gb runs-on: ${{ matrix.os }} steps: - name: Free disk space