From 205dff33781c05a9a342b2d8629d0d205ce07532 Mon Sep 17 00:00:00 2001 From: tersec Date: Mon, 16 Sep 2024 23:14:29 +0000 Subject: [PATCH] stop testing with broken upstream/version-2-0 (#6554) --- .github/workflows/ci.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb3025379..3db4bac79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,18 +35,8 @@ jobs: cpu: amd64 - os: windows cpu: amd64 - branch: [~, upstream/version-2-0] - exclude: - - target: - os: macos - branch: upstream/version-2-0 - - target: - os: windows - branch: upstream/version-2-0 + branch: [~] include: - - branch: upstream/version-2-0 - branch-short: version-2-0 - nimflags-extra: --mm:refc - target: os: linux builder: ['self-hosted','ubuntu-22.04']