# HG changeset patch # User glx22 # Date 2023-11-28 22:44:22 # Node ID d3132f495cc18fce5cfc94575cd937e105770206 # Parent 5c205cf960d066ff14ca8cd83a913de57222e687 Update: [CI] Use macos-12 image for release-macos workflow diff --git a/.github/workflows/release-macos.yml b/.github/workflows/release-macos.yml --- a/.github/workflows/release-macos.yml +++ b/.github/workflows/release-macos.yml @@ -12,7 +12,7 @@ jobs: macos: name: MacOS - runs-on: macos-11 + runs-on: macos-12 env: MACOSX_DEPLOYMENT_TARGET: 10.13