From a32579475adee845547a71f992f238807b1a2d1d Mon Sep 17 00:00:00 2001 From: Jonathan Brophy Date: Mon, 27 May 2024 13:44:14 -0700 Subject: [PATCH] used macos-11 --- .github/workflows/wheels.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 179f708..e32fa7a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -17,7 +17,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') strategy: matrix: - os: [ubuntu-20.04, windows-2019, macos-latest] + os: [ubuntu-20.04, windows-2019, macos-11] steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index a7bcb5d..fc0b347 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ libraries.append('m') setup(name="tree-influence", - version="0.1.6", + version="0.1.7", description="Influence Estimation for Gradient-Boosted Decision Trees", author="Jonathan Brophy", author_email="jonathanbrophy47@gmail.com",