upstream: github.com/mirage/ca-certs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #15 from mirage/windows-action

Add a Windows CI runner in GHA

authored by

Hannes Mehnert and committed by
GitHub
3abe171e cdd33b11

+1 -1
+1 -1
.github/workflows/test.yml
··· 10 10 fail-fast: false 11 11 matrix: 12 12 ocaml-version: ["4.11.1"] 13 - operating-system: [macos-latest, ubuntu-latest] 13 + operating-system: [macos-latest, ubuntu-latest, windows-latest] 14 14 15 15 runs-on: ${{ matrix.operating-system }} 16 16