Skip to content

Commit

Permalink
Try building on macos 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed May 12, 2024
1 parent 30bee6a commit 60c22a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

strategy:
matrix:
os: [macos-13, macos-14] # macos-13 is an intel runner, macos-14 is apple silicon
os: [macos-12, macos-14] # macos-13 is an intel runner, macos-14 is apple silicon

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Download x86_64 wheels
uses: actions/download-artifact@v4
with:
name: wheels-macos-13 # download wheels produced by macos-13, the intel runner
name: wheels-macos-12 # download wheels produced by macos-12, the intel runner
path: wheelhouse

- name: Output downloads
Expand Down

0 comments on commit 60c22a1

Please sign in to comment.