Skip to content

Commit

Permalink
use oldest image possible for intel macs
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jun 12, 2024
1 parent 1452d90 commit 73d1890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
- os: macos-14
arch: arm64
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=14.0
- os: macos-13
- os: macos-11
arch: x86_64
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=13.0
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=11.0

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 73d1890

Please sign in to comment.