From 614390219364be4a3d97b215e6aee944b77ae8c9 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Fri, 29 Oct 2021 09:10:44 -0600 Subject: [PATCH] try with nim 1.4.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 151fb9d6..eb2eb822 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: fail-fast: false max-parallel: 20 matrix: - branch: [v1.4.6] + branch: [v1.4.2] target: # Unit tests - os: linux