From ffea99c2c0a828c59f005ea9349e7b2f17f3386e Mon Sep 17 00:00:00 2001 From: Javier Carrillo Date: Thu, 5 Sep 2024 17:05:38 -0400 Subject: [PATCH] ci: (RI-4198) Update CI runners --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b187631..c8369b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: jobs: release: - runs-on: ubuntu-latest + runs-on: ARM64 steps: - name: 💻 Checkout current pull-request revision code uses: actions/checkout@v4