Skip to content

Commit 4af2527

Browse files
committed
5.2 again
1 parent b921996 commit 4af2527

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/opam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# disabling this for now
2525

2626
ocaml-compiler:
27-
- ocaml-base-compiler.5.3.0
27+
- ocaml-base-compiler.5.2.0
2828

2929
runs-on: ${{ matrix.os }}
3030

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
forAllSystems = f: nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed (system:
1111
let
1212
pkgs = nixpkgs.legacyPackages.${system}.extend (self: super: {
13-
ocamlPackages = super.ocaml-ng.ocamlPackages_5_3;
13+
ocamlPackages = super.ocaml-ng.ocamlPackages_5_2;
1414
});
1515
in
1616
f pkgs);

0 commit comments

Comments
 (0)