diff --git a/.github/workflows/cherryPick.yml b/.github/workflows/cherryPick.yml index c13e758975a0..712d3304eb5a 100644 --- a/.github/workflows/cherryPick.yml +++ b/.github/workflows/cherryPick.yml @@ -60,7 +60,7 @@ jobs: cherryPick: needs: [validateActor, createNewVersion] if: ${{ always() && fromJSON(needs.validateActor.outputs.IS_DEPLOYER) }} - runs-on: macos-latest + runs-on: ubuntu-latest steps: # Version: 2.3.4 - name: Checkout staging branch