From e522e7dc566439970ff3c3b2c081e2a7ccc077f0 Mon Sep 17 00:00:00 2001 From: marquessv Date: Mon, 5 Jun 2023 14:00:51 -0700 Subject: [PATCH] build: try macos-12 image --- .github/workflows/release-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 5384c4d4c..b08722c30 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -15,7 +15,7 @@ jobs: - run: echo "Release tag starts with python/v, proceeding with release" macos: - runs-on: macos-11 + runs-on: macos-12 needs: is-python-release env: CXXFLAGS: "-std=c++11"