From 70c7b744e58c682e277bc3a7efa5230b25d686b0 Mon Sep 17 00:00:00 2001 From: Bram Oosterhuis Date: Thu, 26 Oct 2023 11:53:45 +0200 Subject: [PATCH] Update Validation.yml --- .github/workflows/Validation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Validation.yml b/.github/workflows/Validation.yml index dd212c5..caf097c 100644 --- a/.github/workflows/Validation.yml +++ b/.github/workflows/Validation.yml @@ -1,4 +1,4 @@ -name: Build Thunder on Yocto +name: Validate recipes on: # Allows you to run this workflow manually from the Actions tab @@ -20,7 +20,7 @@ jobs: # yocto_version : [dunfell, kirkstone, scarthgap] machine : [raspberrypi3-64] build_type: [debug] - yocto_version : [dunfell] + yocto_version : [dunfell, kirkstone] name: Build ${{matrix.build_type}} on ${{matrix.yocto_version}} for ${{matrix.machine}} steps: