From bafd2099d7dcf1135a90f51d3aea414d08bb4a15 Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Sun, 24 Oct 2021 13:07:06 +0300 Subject: [PATCH] Update IDF target branch to v4.4 --- .github/workflows/cron.yml | 2 +- tools/config.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 49881e2..c4376af 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - idf_branch: [master, release/v3.3] + idf_branch: [release/v4.4, release/v3.3] steps: - uses: actions/checkout@v1 - name: Install dependencies diff --git a/tools/config.sh b/tools/config.sh index 8f8c4b5..2c4e626 100755 --- a/tools/config.sh +++ b/tools/config.sh @@ -3,7 +3,7 @@ IDF_COMPS="$IDF_PATH/components" if [ -z $IDF_BRANCH ]; then - IDF_BRANCH="master" + IDF_BRANCH="release/v4.4" fi if [ -z $AR_PR_TARGET_BRANCH ]; then