From 9cbecdde205a82ed60a54d63dd6e4b8c507a668b Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 7 Jan 2025 11:37:03 +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 c79746e..b488d16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - nim: [stable, 1.6.14, 2.0.12] + nim: [stable, 1.6.14, 2.0.14] steps: - uses: actions/checkout@v2 - uses: iffy/install-nim@v3