Skip to content

Commit

Permalink
TEMP: Build MacOS wheels on PR CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Dec 3, 2024
1 parent 2555b67 commit f2ac637
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,11 @@ jobs:
- ${{ startsWith(github.ref, 'refs/pull/') }}

exclude:
# Don't build macos wheels on PR CI.
- is_pr: true
# Temporarily build wheels on PR CI to test.
- is_pr: false
os: "macos-13"
# Don't build aarch64 wheels on mac.
- os: "macos-13"
arch: aarch64
# Don't build aarch64 wheels on PR CI.
- is_pr: true
arch: aarch64
Expand Down

0 comments on commit f2ac637

Please sign in to comment.