Add Windows and Mac to CI

This commit is contained in:
Yuta Hayashibe 2022-10-10 00:06:37 +09:00
parent a2c68541dc
commit 39ace87958

View file

@ -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