Skip to content

Commit ebf4841

Browse files
committed
bump to macos-13
1 parent c335f0d commit ebf4841

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
@@ -60,9 +60,9 @@ jobs:
6060
- os: macos-14
6161
arch: arm64
6262
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=14.0
63-
- os: macos-12
63+
- os: macos-13
6464
arch: x86_64
65-
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=12.0
65+
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=13.0
6666

6767
steps:
6868
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)