Skip to content

Commit

Permalink
chore: downgrade MacOS version to 12 in build-wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed May 3, 2024
1 parent 4b1a4d5 commit 65928c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:
SOURCE_DATE_EPOCH: ${{ needs.determine-source-date-epoch.outputs.source-date-epoch }}
strategy:
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest, macos-12]
arch: [auto64]
build: ["cp", "pp"]

include:
- os: macos-13
- os: macos-12
type: "Universal"
arch: universal2
build: "cp"
Expand Down

0 comments on commit 65928c1

Please sign in to comment.