From 72c7398f85c1a5e3d1e4d2f9ecbd66dfedb589f9 Mon Sep 17 00:00:00 2001 From: tersec Date: Sun, 6 Oct 2024 01:02:19 +0000 Subject: [PATCH] Revert "stop testing with broken upstream/version-2-0 (#6597)" (#6599) This reverts commit ac321707e08373ec4e3331536ce912d2fafdb58e. --- .github/workflows/ci.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3db4bac79..bb3025379 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,18 @@ jobs: cpu: amd64 - os: windows cpu: amd64 - branch: [~] + branch: [~, upstream/version-2-0] + exclude: + - target: + os: macos + branch: upstream/version-2-0 + - target: + os: windows + branch: upstream/version-2-0 include: + - branch: upstream/version-2-0 + branch-short: version-2-0 + nimflags-extra: --mm:refc - target: os: linux builder: ['self-hosted','ubuntu-22.04']