Skip to content

Commit

Permalink
fix CI build wheel macos arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Jul 3, 2024
1 parent 187b07f commit 3d35dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
python test/test.py
build_wheels_macos:
name: Build ARM64 wheels on macos-11
runs-on: macos-11
name: Build ARM64 wheels on macos-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: pypa/[email protected]
Expand Down

0 comments on commit 3d35dae

Please sign in to comment.