Skip to content

Commit

Permalink
ci: mac build debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart authored Nov 25, 2024
1 parent 2c60de1 commit 1aeafdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
name: Build distribution 📦 on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, macOS-13, macos-13, ubuntu-latest]
os: [windows-latest, macos-latest, macos-13, ubuntu-latest]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Build wheels
Expand Down

0 comments on commit 1aeafdf

Please sign in to comment.