Skip to content

Commit

Permalink
macOS 10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 22, 2025
1 parent 753d484 commit 899ff64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
fail-fast: false
matrix:
include:
- name: "macOS 10.10 x86_64"
- name: "macOS 10.13 x86_64"
os: macos-13
cibw_arch: x86_64
build: "cp311*"
macosx_deployment_target: "10.10"
macosx_deployment_target: "10.13"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 899ff64

Please sign in to comment.