From 957659fac9217534e64d36f80bddc8360345fde5 Mon Sep 17 00:00:00 2001 From: Lalit Kumar Bhasin Date: Wed, 4 Dec 2024 09:48:31 -0800 Subject: [PATCH] chore: ARM64 CI fix. (#2382) --- .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 3136073add..376730ac7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - rust: stable os: macos-latest - rust: stable - os: actuated-arm64-4cpu-16gb + os: otel-linux-arm64 runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.rust == 'beta' }} steps: