From d6697ac7465cea93c94159ab7b339a89e76cb7b0 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Wed, 1 Dec 2021 22:21:46 +0100 Subject: [PATCH] split include array --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bc18cbe..b4bb7aee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,10 +32,11 @@ jobs: # - x86 include: - version: '1' - os: - - ubuntu-latest - - windows-latest - - macos-latest + os: ubuntu-latest + - version: '1' + os: windows-latest + - version: '1' + os: macos-latest steps: # Setup environment