Skip to content

Commit 81e6175

Browse files
Merge pull request #168 from folone/gl/fix-build
Align `ocaml-base-compiler` version.
2 parents 7755bcd + 3b7c82e commit 81e6175

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,19 @@ jobs:
1717
matrix:
1818
os: [macos-latest, ubuntu-latest, windows-latest]
1919
ocaml:
20-
- ocaml-base-compiler.5.0.0~alpha0
21-
- 4.14.0
22-
include:
23-
- {os: ubuntu-latest, ocaml: 4.13.1}
24-
- {os: ubuntu-latest, ocaml: 4.12.1}
25-
- {os: ubuntu-latest, ocaml: 4.11.2}
26-
exclude:
27-
- {os: windows-latest, ocaml: ocaml-base-compiler.5.0.0~alpha0}
20+
- 5
2821

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

3124
steps:
3225
- name: Checkout code
33-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
27+
with:
28+
ref: ${{ github.event.pull_request.head.ref }}
29+
repository: ${{ github.event.pull_request.head.repo.full_name }}
3430

3531
- name: Setup OCaml ${{ matrix.ocaml }}
36-
uses: ocaml/setup-ocaml@v2
32+
uses: ocaml/setup-ocaml@v3
3733
with:
3834
cache-prefix: v1-${{ matrix.os }}-${{ matrix.ocaml }}
3935
dune-cache: true

0 commit comments

Comments
 (0)