From: Jérôme Benoit Date: Fri, 14 Oct 2022 18:53:30 +0000 (+0200) Subject: Add cross OS CI tests X-Git-Tag: v2.3.2~12 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5082a5a8cd4f0533a3bb75db5009ea36adb08a41;p=poolifier.git Add cross OS CI tests Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 776fa1ec..075e8494 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,11 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ${{ matrix.node }} strategy: matrix: + os: [windows-latest, macos-latest, ubuntu-latest] node: ['14.x', '16.x', '18.x'] steps: