update action

This commit is contained in:
Danya Berezun 2023-10-04 09:31:38 +02:00
parent 8c059f3c28
commit 1dfd5f9f00

View file

@ -12,13 +12,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: os:
# - macos-latest
- ubuntu-latest - ubuntu-latest
# - windows-latest
ocaml-compiler: ocaml-compiler:
# - "4.11.1"
# - 4.10.x
# - 4.11.x
- 4.13.1 - 4.13.1
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}