Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Mar 1, 2024
1 parent 24d6f41 commit 2570ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
"fail-fast": false,
"matrix": {
"ocamlVersion": [
"5_0",
"5_1"
"5_2"
]
}
Expand Down
4 changes: 2 additions & 2 deletions nix/gh-actions.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ gh-actions.cachedBuild {
os = {
macos-latest = {
name = "Run nix-build";
ocamlVersions = [ "5_0" "5_1" ];
ocamlVersions = [ "5_2" ];
run = "nix-build ./nix/ci/test.nix -A native --argstr ocamlVersion \${{ matrix.ocamlVersion }}";
};
ubuntu-latest = {
ocamlVersions = [ "5_0" "5_1" ];
ocamlVersions = [ "5_1" "5_2" ];
name = "Run nix-build";
run = "nix-build ./nix/ci/test.nix -A native -A musl64 --argstr ocamlVersion \${{ matrix.ocamlVersion }}";
};
Expand Down

0 comments on commit 2570ce3

Please sign in to comment.