From 842f48910be4f388bcbf8abf1f02aba1d5e2ee64 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 7 Jan 2025 11:34:59 +0100 Subject: [PATCH] Update to Nim 2.0.14 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5eff0c..ee610ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - nim: [1.6.14, 2.0.12, stable] + nim: [1.6.14, 2.0.14, stable] steps: - uses: actions/checkout@v2 - uses: iffy/install-nim@v3