From 99c225caa1700f3b9d3620c5238bdf0f7fa945b7 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Tue, 29 Aug 2023 11:29:10 +0200 Subject: [PATCH] Update latest nim 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 0204718..6f5b966 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: - name: Checkout uses: actions/checkout@v2