From b4b968d9c5d0409e67892989b41272cbf5168193 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Wed, 11 Nov 2020 06:19:59 +0300 Subject: CI: add Windows and macOS to matrix --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05793a62..fda6c06d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,10 @@ on: [push, pull_request] jobs: build: - - runs-on: ubuntu-20.04 - + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-20.04, windows-latest, macos-latest] steps: - uses: actions/checkout@v2 - name: Set up JDK -- cgit v1.2.3