Skip to content

Commit

Permalink
used macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbrophy47 committed May 27, 2024
1 parent 9c93755 commit a325794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
Expand Down

0 comments on commit a325794

Please sign in to comment.