From 3b4cc1f40f16200183d75e6ea3a7ac756122a9f9 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 15 Aug 2024 11:14:47 +0200 Subject: [PATCH] turns nim-stable back off --- .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 5de2714..5dcdedd 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, stable] + nim: [1.6.18] os: [ubuntu-latest, macOS-latest, windows-latest] steps: - name: Checkout