Skip to content

Commit

Permalink
fix workflow to build MacOS Intel wheel on macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed May 17, 2024
1 parent 1749fd8 commit 59e867d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix: macos
runs-on:
arm: [macOS, ARM64]
intel: [macos-latest]
intel: [macos-12]
- name: Ubuntu
matrix: ubuntu
runs-on:
Expand Down

0 comments on commit 59e867d

Please sign in to comment.