From 3b916fbca2888084350e4b0b7703fbd8adc37f76 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Tue, 12 Dec 2023 12:10:21 +0100 Subject: [PATCH] ci: bump RIOT_BRANCH and VERSION_TAG to 2023.10-branch and 2024.01 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e40c35c4..21ec3c6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,8 +36,8 @@ jobs: name: Build and Test runs-on: ubuntu-latest env: - RIOT_BRANCH: '2023.04-branch' - VERSION_TAG: '2023.07' + RIOT_BRANCH: '2023.10-branch' + VERSION_TAG: '2024.01' DOCKER_REGISTRY: "${{ secrets.DOCKER_REGISTRY || 'local' }}" steps: