Skip to content

Commit

Permalink
chore: run only cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jun 8, 2024
1 parent 58757cd commit 1dee508
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,22 @@ 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:
OTP_VERSION: ["27.0"]
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
Expand Down

0 comments on commit 1dee508

Please sign in to comment.