From fd3dd70591ad441e9400bbdd995ef34a230bd972 Mon Sep 17 00:00:00 2001 From: Paulo Valente <16843419+polvalente@users.noreply.github.com> Date: Fri, 7 Jun 2024 22:30:52 -0300 Subject: [PATCH] self-hosted arm64 label --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03bbcb4..bf28a68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ env: jobs: download_iree: - runs-on: self-hosted + runs-on: ARM64 strategy: matrix: OTP_VERSION: ["27.0"] @@ -73,7 +73,7 @@ jobs: build_artifacts: name: "Build artifacts (${{matrix.build_target}} / Elixir ${{ matrix.ELIXIR_VERSION }} / OTP ${{ matrix.OTP_VERSION }})" - runs-on: self-hosted + runs-on: ARM64 strategy: matrix: OTP_VERSION: ["27.0"]