From 60b1762c8c2284399fc493e8f623ba53c2fadf88 Mon Sep 17 00:00:00 2001 From: tersec Date: Thu, 18 Apr 2024 22:52:24 +0000 Subject: [PATCH] specifically use upstream Nim v2.0.4 for 2.0.x --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cbd43d88f..c967769e39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: cpu: amd64 - os: windows cpu: amd64 - branch: [~, upstream/version-1-6, upstream/version-2-0] + branch: [~, upstream/version-1-6, upstream/v2.0.4] exclude: - target: os: macos @@ -47,7 +47,7 @@ jobs: include: - branch: upstream/version-1-6 branch-short: version-1-6 - - branch: upstream/version-2-0 + - branch: upstream/v2.0.4 branch-short: version-2-0 nimflags-extra: --mm:refc - target: