From 953c3faf064cab88d6275970f90f24a64ef561b5 Mon Sep 17 00:00:00 2001 From: David Gonzalez Martin Date: Wed, 6 Sep 2023 15:26:37 -0600 Subject: [PATCH] enable macos and windows --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76c5590..9cef9f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,8 @@ jobs: matrix: os: [ ubuntu-latest, + windows-latest, + macos-latest ] runs-on: ${{ matrix.os }} timeout-minutes: 15