From 582bf7dd6e1a4310e16f1588ddbb81d0fa065b4c Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 16 Dec 2025 08:26:08 +0100 Subject: [PATCH] Update nim version --- .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 468a2b8..2b2d9ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: nim: - - '2.0.14' + - '2.2.4' os: - ubuntu-latest - windows-latest