Skip to content

Commit

Permalink
Configure GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophWWagner committed Apr 7, 2023
1 parent 3f2f6b2 commit eed6d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ jobs:
fi
###############################################################################
build_wheel_arm64:
build_wheel_macos_arm64:
name: Build ${{ matrix.cibw-build }} on arm64 ${{ matrix.os }} using Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
os: ["macos-latest"]
python-version: ["3.9", "3.10", "3.11"]
include:
# Numpy C-API 0x13
Expand Down

0 comments on commit eed6d71

Please sign in to comment.