diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0879c673..93927960 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,8 +35,8 @@ jobs: name: Build and Test runs-on: ubuntu-latest env: - RIOT_BRANCH: '2022.10-branch' - VERSION_TAG: '2023.01' + RIOT_BRANCH: '2023.04-branch' + VERSION_TAG: '2023.07' DOCKER_REGISTRY: "${{ secrets.DOCKER_REGISTRY || 'local' }}" steps: