Skip to content

Commit 3b1b44d

Browse files
committed
Drop MacOS 11
1 parent 003c6ed commit 3b1b44d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set Minimum MacOS Target
5454
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
5555
run: |
56-
echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV
56+
echo "MACOSX_DEPLOYMENT_TARGET=12.0" >> $GITHUB_ENV
5757
- name: Build wheels
5858
env:
5959
CIBW_ARCHS: ${{ matrix.arch }}

0 commit comments

Comments
 (0)