From eea5811f00f7d72ed3b0edaa2f15332bf5382773 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 11 Dec 2024 12:50:47 +0100 Subject: [PATCH] Update the Nim version 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 c45b907..e9f12d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - nim: [1.6.20, 2.0.12, stable] + nim: [2.0.12, stable] steps: - name: Checkout uses: actions/checkout@v4