From 1cdf90df480bd0caf7fc636ad1b4a0a482dbe99a Mon Sep 17 00:00:00 2001 From: tanneberger Date: Sat, 1 Nov 2025 13:26:08 +0100 Subject: [PATCH] ci: updating RIOT version used inside CI --- .github/workflows/riot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/riot.yml b/.github/workflows/riot.yml index cf8f1cb09..bf8484b18 100644 --- a/.github/workflows/riot.yml +++ b/.github/workflows/riot.yml @@ -13,8 +13,8 @@ jobs: image: riot/riotbuild:latest options: --privileged env: - RIOT_COMMIT_ID: "cb5500b4b7600d95f42a3070abae402be4f63845" - RIOTBASE: "/opt/riot-cb5500b4b7600d95f42a3070abae402be4f63845" + RIOT_COMMIT_ID: "12b719a0bc2874f0d51a3cd71e9b0068ffbc54b4" + RIOTBASE: "/opt/riot-12b719a0bc2874f0d51a3cd71e9b0068ffbc54b4" REACTOR_UC_PATH: ${{ github.workspace }} steps: - name: Checkout @@ -30,7 +30,7 @@ jobs: - name: Run platform tests working-directory: ${{ github.workspace }}/test/platform/riot - run: timeout 120 ./runAll.sh + run: timeout 180 ./runAll.sh - name: Build examples working-directory: ${{ github.workspace }}/examples/riot