From 5b3e6c5c877274f61591c2f3ec2615e857af35e5 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Thu, 12 Dec 2019 23:25:43 +0200 Subject: [PATCH] Update ccpp.yml --- .github/workflows/ccpp.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index e0fa5e7..e3f7098 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -4,9 +4,12 @@ on: [push] jobs: build-ubuntu: + runs-on: ${{ matrix.os }} + + strategy: + matrix: + os: [macos-latest, ubuntu-latest, windows-latest] - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v1 - name: configure