From 49ff434311c7882f392aa054317b45138a776f69 Mon Sep 17 00:00:00 2001 From: Tanguy Date: Wed, 3 Aug 2022 14:37:34 +0200 Subject: [PATCH] bump nim 1.2 --- .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 0c25b54..672cf3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - nim: [stable, 1.4.8, 1.2.6] + nim: [stable, 1.4.8, 1.2.18] steps: - uses: actions/checkout@v2 - uses: iffy/install-nim@v3