From 145f849e483b032678714482e8e8f9122c56689f Mon Sep 17 00:00:00 2001 From: Bram Oosterhuis Date: Wed, 23 Oct 2024 15:19:23 +0200 Subject: [PATCH] workflow: Add scarthgap validation --- .github/workflows/Validation.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/Validation.yml b/.github/workflows/Validation.yml index caf097c..570af4e 100644 --- a/.github/workflows/Validation.yml +++ b/.github/workflows/Validation.yml @@ -17,10 +17,9 @@ jobs: matrix: # machine : [raspberrypi3-64, raspberrypi4-64] # build_type: [debug, release, production] - # yocto_version : [dunfell, kirkstone, scarthgap] machine : [raspberrypi3-64] build_type: [debug] - yocto_version : [dunfell, kirkstone] + yocto_version : [dunfell, kirkstone, scarthgap] name: Build ${{matrix.build_type}} on ${{matrix.yocto_version}} for ${{matrix.machine}} steps: