From 4bd3a39e0030f8ee269ef217344b6b59ec2be6dc Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 7 Jan 2025 10:51:55 +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 56f5314..21463aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - nim: [1.6.18, 2.0.12] + nim: [1.6.18, 2.0.14] os: [ubuntu-latest, macOS-latest, windows-latest] steps: - name: Checkout