Skip to content

Commit

Permalink
Merge pull request #15 from mirage/windows-action
Browse files Browse the repository at this point in the history
Add a Windows CI runner in GHA
  • Loading branch information
hannesm authored Mar 4, 2021
2 parents 0049122 + 8a84e37 commit 819df5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
ocaml-version: ["4.11.1"]
operating-system: [macos-latest, ubuntu-latest]
operating-system: [macos-latest, ubuntu-latest, windows-latest]

runs-on: ${{ matrix.operating-system }}

Expand Down

0 comments on commit 819df5f

Please sign in to comment.