From 89194656ae3d59b9218cc5ac92e7624470c8ef0c Mon Sep 17 00:00:00 2001 From: Balazs Komuves Date: Wed, 22 Apr 2026 18:28:19 +0200 Subject: [PATCH] Update ci.yml to use newer Nim version The old versions were incompatible with recent constantine --- .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 1358432..b5ab54e 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.14] + nim: [2.2.2] steps: - uses: actions/checkout@v2 - uses: iffy/install-nim@v3