Skip to content

Commit

Permalink
Update pybind and x86_64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Aug 24, 2024
1 parent 804d989 commit 52df8d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
config: [
{os: ubuntu-latest},
{os: macos-14, arch: x86_64},
{os: macos-13, arch: x86_64},
{os: macos-14, arch: arm64},
{os: windows-latest},
]
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ find_package(Ceres 2.1 REQUIRED)

find_package(Python REQUIRED COMPONENTS Interpreter Development.Module)

find_package(pybind11 2.11.1 REQUIRED)
find_package(pybind11 2.13.0 REQUIRED)

pybind11_add_module(pyceres _pyceres/bindings.cc)
target_include_directories(pyceres PRIVATE ${PROJECT_SOURCE_DIR})
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["scikit-build-core>=0.3.3", "pybind11==2.11.1"]
requires = ["scikit-build-core>=0.3.3", "pybind11==2.13.0"]
build-backend = "scikit_build_core.build"

[project]
Expand Down

0 comments on commit 52df8d1

Please sign in to comment.