Skip to content

Commit

Permalink
fix macos github action for x86 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hzfengsy committed Jun 13, 2024
1 parent d0718c8 commit ee2a129
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheel_mac_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
exclude:
- pkg_kind: ${{ github.event_name == 'schedule' && 'stable' || '' }}

runs-on: macos-latest
# do not use `macos-latest` to avoid running on arm
# details at https://github.com/actions/runner-images/
runs-on: macos-13
defaults:
run:
shell: 'bash -l {0}'
Expand Down

0 comments on commit ee2a129

Please sign in to comment.