Skip to content

Commit

Permalink
modify CI params
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Oct 30, 2023
1 parent 5361350 commit c7017d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
strategy:
matrix:
#os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
ocaml-compiler:
- 4.08.x
- 4.13.x
- 5.1.x
steps:
- uses: actions/checkout@v2
- uses: ocaml/setup-ocaml@v2
Expand Down

0 comments on commit c7017d6

Please sign in to comment.