Skip to content

Commit

Permalink
Merge pull request #6344 from Expensify/Rory-FixCPPListBuddy
Browse files Browse the repository at this point in the history
[No QA] Run CP workflow on macOS
  • Loading branch information
Jag96 authored Nov 17, 2021
2 parents 11b9bab + 292ef4f commit 0afac43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cherryPick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
cherryPick:
needs: [validateActor, createNewVersion]
if: ${{ always() && fromJSON(needs.validateActor.outputs.IS_DEPLOYER) }}
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
# Version: 2.3.4
- name: Checkout staging branch
Expand Down

0 comments on commit 0afac43

Please sign in to comment.