Skip to content

Commit

Permalink
Update Validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bramoosterhuis authored Oct 26, 2023
1 parent bbe895b commit 70c7b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Validation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Thunder on Yocto
name: Validate recipes

on:
# Allows you to run this workflow manually from the Actions tab
Expand All @@ -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:
Expand Down

0 comments on commit 70c7b74

Please sign in to comment.