Skip to content

Commit b48f54d

Browse files
committed
ci: try some fixes
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 757f6d5 commit b48f54d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
- name: Setup deps (Windows)
6060
if: runner.os == 'Windows'
6161
run: |
62-
vcpkg install pkgconf vcpkg-cmake vcpkg-cmake-config libgd
62+
vcpkg new --application
63+
vcpkg add port pkgconf vcpkg-cmake vcpkg-cmake-config libgd
6364
6465
- uses: astral-sh/setup-uv@v6
6566

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ linux.before-all = [
5454
"dnf install -y gd-devel",
5555
]
5656
macos.config-settings = { "cmake.define.BUILD_DEPS" = "ON"}
57-
macos.environment.MACOSX_DEPLOYMENT_TARGET = "10.13"
57+
macos.environment.MACOSX_DEPLOYMENT_TARGET = "13"
5858

0 commit comments

Comments
 (0)