X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3ef339b2e75468a09d617e6aa74bc920c317bce6..017aafea992ca1c6d7af45d3013af7ddb7fda12a:/.github/workflows/doc.yml diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 04b25cf..5689d28 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -11,14 +11,17 @@ jobs: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository - runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + os: [ubuntu-latest, windows-latest] + + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - - name: Set up Python 3.9 + - name: Set up latest Python uses: actions/setup-python@v2 - with: - python-version: 3.9 - name: Install dependencies run: |