Skip to content

Commit 27a5326

Browse files
authored
Update coq-opam-package.yml
Bump ocaml for coq dev
1 parent 9496def commit 27a5326

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coq-opam-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
coq-version: ['dev', '8.20.0', '8.19.0', '8.18.0']
2121
os: [{name: 'Ubuntu',
2222
runs-on: 'ubuntu-latest',
23-
ocaml-compiler: '4.09.1',
23+
ocaml-compiler: '4.14.0',
2424
ocamlfind-pin: '',
2525
opam-jobs-flag: ''},
2626
{name: 'macOS',
@@ -30,7 +30,7 @@ jobs:
3030
opam-jobs-flag: ''},
3131
{name: 'Windows',
3232
runs-on: 'windows-latest',
33-
ocaml-compiler: '4.13.1',
33+
ocaml-compiler: '4.14.0',
3434
ocamlfind-pin: 'git+https://github.com/ocaml/ocamlfind.git#master',
3535
opam-jobs-flag: '-j 1'}]
3636

0 commit comments

Comments
 (0)