From 4a2a6878b4bc40840ce9d1a11fc4697621c42f52 Mon Sep 17 00:00:00 2001 From: Eric Mastro Date: Tue, 8 Mar 2022 11:16:22 +1100 Subject: [PATCH] Remove nim development compiler version 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 0aed1e5..f393612 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: cpu: amd64 #- os: windows #cpu: i386 - branch: [version-1-2, version-1-4, version-1-6, devel] + branch: [version-1-2, version-1-4, version-1-6] include: - target: os: linux