From 979a1c00ea55a151e104d30b3adf0fbdc7ea79c7 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Wed, 4 Sep 2024 10:59:46 +0200 Subject: [PATCH] poke CI --- .github/workflows/build.yml | 9 +++++---- .gitmodules | 3 --- flake.lock | 20 ++++++++++---------- 3 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 .gitmodules diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fdb428d..0d7ea76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,11 +48,12 @@ jobs: - {ocamlVersion: 4_12, os: ubuntu-latest} - {ocamlVersion: 4_13, os: ubuntu-latest} - {ocamlVersion: 4_14, os: ubuntu-latest} - - {ocamlVersion: 5_0, os: ubuntu-latest} - - {ocamlVersion: 5_0, os: macos-latest} + - {ocamlVersion: 5_1, os: ubuntu-latest} + - {ocamlVersion: 5_2, os: ubuntu-latest} + - {ocamlVersion: 5_2, os: macos-latest} steps: - - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v22 + - uses: actions/checkout@v4 + - uses: cachix/install-nix-action@v27 with: extra_nix_config: | extra-substituters = https://anmonteiro.nix-cache.workers.dev diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index b644118..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "m4"] - path = m4 - url = https://github.com/savonet/m4.git diff --git a/flake.lock b/flake.lock index ea6fdec..bbeca04 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1689068808, - "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", "type": "github" }, "original": { @@ -26,11 +26,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1689474348, - "narHash": "sha256-ahbwC8FkW0m2KH5xKB+LzB8kNofsBAo/r1NaQ+csSEI=", + "lastModified": 1725439344, + "narHash": "sha256-M2KkjRedADvkd1uCoAuBU7VUe8O1LYeJuxQjppMEnJI=", "owner": "anmonteiro", "repo": "nix-overlays", - "rev": "e48f146965f62cfe425c25b18be47f5a9acd113e", + "rev": "042018fdde985aadac86aa267fa76b1018424c6b", "type": "github" }, "original": { @@ -41,17 +41,17 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1689353800, - "narHash": "sha256-otYIhlggg1kspAfl3EFTuiPv5zF8QcBSyO7K5uEnqo8=", + "lastModified": 1725361206, + "narHash": "sha256-/HTUg+kMaqBPGrcQBYboAMsQHIWIkuKRDldss/035Hc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "af59b3fb98ba6c3868522a3bc1c13388c09163ab", + "rev": "2830c7c930311397d94c0b86a359c865c081c875", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "af59b3fb98ba6c3868522a3bc1c13388c09163ab", + "rev": "2830c7c930311397d94c0b86a359c865c081c875", "type": "github" } },