Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,26 +127,26 @@ jobs:
# 4.02.x and 4.07.x in other environments
include:
# OCaml trunk:
- ocaml-compiler: ocaml-variants.5.4.0+trunk
- ocaml-compiler: ocaml-variants.5.5.0+trunk
os: ubuntu-latest
# OCaml 5:
## ubuntu (x86)
- ocaml-compiler: 5.3.x
- ocaml-compiler: 5.4.x
os: ubuntu-latest
run_tests: true
## macos (Apple Silicon)
- ocaml-compiler: 5.3.x
- ocaml-compiler: 5.4.x
os: macos-latest
run_tests: true
## macos (x86)
- ocaml-compiler: 5.3.x
- ocaml-compiler: 5.4.x
os: macos-13
## MSVC
- ocaml-compiler: ocaml-compiler.5.3.0,system-msvc
- ocaml-compiler: ocaml-compiler.5.4.0,system-msvc
os: windows-latest
run_tests: true
## mingw
- ocaml-compiler: ocaml-base-compiler.5.3.0,system-mingw
- ocaml-compiler: ocaml-base-compiler.5.4.0,system-mingw
os: windows-latest
run_tests: true
# OCaml 4:
Expand Down
Loading