From 70e5b60e7768b813d93212cdd10c32059c10df2b Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 11 Nov 2022 14:25:06 +0100 Subject: ci: Rename CI build --- .github/workflows/ccpp.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 51c16980b..dbe8581cf 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -1,4 +1,4 @@ -name: C/C++ CI +name: 'CI build' on: push: @@ -17,7 +17,13 @@ env: jobs: build: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + + name: '${{ matrix.os }}' + + strategy: + matrix: + os: [ubuntu-latest] steps: - uses: actions/checkout@v3 -- cgit v1.2.1