# HG changeset patch # User Loïc Guilloux # Date 2021-10-03 19:14:59 # Node ID 087fdb4838825f31b0aeaa74352b0078d5935dc7 # Parent ae2fed5cfb456ff0be57a0d41e04d4e196343653 Change: [Actions] Use macOS-11 image for releases (#9605) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -473,7 +473,7 @@ jobs: name: MacOS needs: source - runs-on: macos-10.15 + runs-on: macos-11 env: MACOSX_DEPLOYMENT_TARGET: 10.14