From 1dee508797379a1d1c9832779c78a36fd454bb0d Mon Sep 17 00:00:00 2001 From: Paulo Valente <16843419+polvalente@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:27:59 -0300 Subject: [PATCH] chore: run only cpu --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f1749c..0b11ff5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: ./scripts/clone_iree.sh ${{ env.BUILD_CACHE }} ${{ env.iree_version }} ${{ env.IREE_DIR }} build_artifacts: - name: "Build artifacts ({{matrix.build_target}} / Elixir {{ matrix.ELIXIR_VERSION }} / OTP {{ matrix.OTP_VERSION }})" + name: "Build artifacts (${{matrix.build_target}} / Elixir ${{ matrix.ELIXIR_VERSION }} / OTP ${{ matrix.OTP_VERSION }})" runs-on: macos-14 strategy: matrix: @@ -80,14 +80,14 @@ jobs: ELIXIR_VERSION: ["1.15.4"] build_target: - "cpu" - - "ios" - - "ios_simulator" - - "visionos" - - "visionos_simulator" - - "watchos" - - "watchos_simulator" - - "tvos" - - "tvos_simulator" + # - "ios" + # - "ios_simulator" + # - "visionos" + # - "visionos_simulator" + # - "watchos" + # - "watchos_simulator" + # - "tvos" + # - "tvos_simulator" needs: download_iree steps: - name: Checkout