From 5a215dc1c2bc16601fe8bd3b496ac102ef5220d7 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Tue, 29 Aug 2023 12:02:06 +0200 Subject: [PATCH] update nim version 1.6.x in CI --- .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 2c0790e..14238b2 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.12, stable] + nim: [1.6.14, stable] steps: - uses: actions/checkout@v2 - uses: iffy/install-nim@v3