Skip to content

Commit 73d1890

Browse files
committed
use oldest image possible for intel macs
1 parent 1452d90 commit 73d1890

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
- os: macos-14
5959
arch: arm64
6060
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=14.0
61-
- os: macos-13
61+
- os: macos-11
6262
arch: x86_64
63-
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=13.0
63+
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=11.0
6464

6565
steps:
6666
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)