From ef15a54096336fc736b1f447eb70a751222e1f77 Mon Sep 17 00:00:00 2001 From: maxtrevor <65971534+maxtrevor@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:53:50 -0500 Subject: [PATCH] Cherry-pick Mac OS fix onto v2.7 branch (#4975) * 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 --- .github/workflows/distribution.yml | 2 +- .github/workflows/mac-test.yml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/distribution.yml b/.github/workflows/distribution.yml index a8cd8a582c8..93a25223e0f 100644 --- a/.github/workflows/distribution.yml +++ b/.github/workflows/distribution.yml @@ -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 diff --git a/.github/workflows/mac-test.yml b/.github/workflows/mac-test.yml index 3ad3504856c..2a26882d7ae 100644 --- a/.github/workflows/mac-test.yml +++ b/.github/workflows/mac-test.yml @@ -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 diff --git a/setup.py b/setup.py index 5fbb11ae357..4f89f0480be 100755 --- a/setup.py +++ b/setup.py @@ -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