Skip to content

Commit

Permalink
Include macos and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinans committed Jan 13, 2025
1 parent a95d870 commit 954f5b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
- 4.10.x
- 4.09.x
- 4.08.x
include:
- os: macos-latest
node-version: 20.x
ocaml-compiler: 5.2.x
- os: windows-latest
node-version: 20.x
ocaml-compiler: 4.14.x

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 954f5b7

Please sign in to comment.