From e33ef33d5b1c6ebf9f9580b630d0d72511543304 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 3 Mar 2025 21:59:08 -0600 Subject: [PATCH] bump compiler version --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3f6b04..fc56240 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,7 @@ jobs: strategy: matrix: nim: - - '1.6.18' - - '1.6.14' + - '2.0.14' os: - ubuntu-latest - windows-latest