Skip to content

Commit

Permalink
Fix macos build version
Browse files Browse the repository at this point in the history
  • Loading branch information
euxhenh committed Oct 7, 2022
1 parent 2062163 commit 9e76ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2019, macOS-10.15]
os: [windows-2019, macOS-11]
wheel_arch: [x86_64, i686]

steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def run(self):
set, counting multiplicities)."""
),
'license': 'MIT',
'version': '0.8',
'version': '1.0',
'author': 'Euxhen Hasanaj',
'author_email': '[email protected]',
'url': 'https://github.com/euxhenh/multiset_multicover',
Expand Down

0 comments on commit 9e76ebe

Please sign in to comment.