From 8ba00bcca408b638551f5ac0cda449a1f566275b Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 7 Jan 2025 10:59:44 +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 cd7e1a4..f2ccf33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - nim: [2.0.12, stable] + nim: [2.0.14, stable] steps: - name: Checkout uses: actions/checkout@v4