From a9e17f4a330f2244cd1106de754b86daca32f0ee Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 13 Feb 2025 12:09:50 +1100 Subject: [PATCH] remove nim 1.6 from 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 21463aa..c46d466 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.14] + nim: [2.0.14] os: [ubuntu-latest, macOS-latest, windows-latest] steps: - name: Checkout