Skip to content

Commit

Permalink
Cherry-pick Mac OS fix onto v2.7 branch (#4975)
Browse files Browse the repository at this point in the history
* try macos latest version (#4922)

* try macos latest version

* move to update macos on build as well

* Increment version to 2.7.2

---------

Co-authored-by: Alex Nitz <[email protected]>
  • Loading branch information
maxtrevor and ahnitz authored Dec 6, 2024
1 parent e2ad984 commit ef15a54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-12]
os: [ubuntu-20.04, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: [macos-12]
os: [macos-latest]
python-version: ['3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __getattr__(self, attr):
vinfo = _version_helper.generate_git_version_info()
except:
vinfo = vdummy()
vinfo.version = '2.7.1'
vinfo.version = '2.7.2'
vinfo.release = 'True'

version_script = f"""# coding: utf-8
Expand Down

0 comments on commit ef15a54

Please sign in to comment.