From 39ace87958d5a74deb60d1acea52664f4044696b Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Mon, 10 Oct 2022 00:06:37 +0900 Subject: [PATCH] Add Windows and Mac to CI --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33c4327..2fa718e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,10 @@ on: # yamllint disable-line rule:truthy jobs: ci: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest, windows-latest, macos-latest] steps: - uses: actions/checkout@v3 - name: Get tags