Skip to content

Commit

Permalink
Fix macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Oct 17, 2023
1 parent 3ecc029 commit eea1b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

release-pypi-macos-x86:
name: Build wheels for macos
runs-on: macosx_x86_64
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Build wheels
Expand All @@ -122,7 +122,7 @@ jobs:
release-pypi-macos-arm64:
name: Build wheels for Apple M chips
runs-on: macosx_x86_64
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Build wheels
Expand Down

0 comments on commit eea1b5e

Please sign in to comment.