From 8239671d03858d0c2ab6e63c25f17eaf8c4a8885 Mon Sep 17 00:00:00 2001 From: Roland Tritsch Date: Sat, 21 Jan 2023 13:15:26 +0000 Subject: [PATCH] (Re)Add running/testing on windows too. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7764db2..6d6d41a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,5 @@ name: Scoverage Sample Build + on: pull_request: push: @@ -6,12 +7,11 @@ on: - main jobs: - os_matrix: + build: strategy: matrix: os: [ubuntu-latest, windows-latest] - build: runs-on: ${{ matrix.os }} steps: