Skip to content

Commit 4f3ed6a

Browse files
committed
CI 😡
1 parent 3c89308 commit 4f3ed6a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
path: ~/.opam
1919
key: opam-ubuntu-latest-4.12.0
2020

21-
- uses: avsm/setup-ocaml@v1
21+
- uses: ocaml/setup-ocaml@v2
2222
with:
23-
ocaml-version: '4.12.0'
23+
ocaml-compiler: '4.14.x'
2424

2525
- name: Pin
2626
run: opam pin -n .

‎.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
os:
99
- macos-latest
1010
- ubuntu-latest
11-
- windows-latest
11+
#- windows-latest
1212
ocaml-compiler:
13-
- 4.03.x
14-
- 4.14.x
15-
- 5.00.x
13+
- '4.03.x'
14+
- '4.14.x'
15+
- '5.0.x'
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)