From 5082a5a8cd4f0533a3bb75db5009ea36adb08a41 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 14 Oct 2022 20:53:30 +0200 Subject: [PATCH] Add cross OS CI tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 776fa1ec1..075e84949 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: -- 2.43.0