diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b1b3a97f..1f8a85ef7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: cpu: amd64 - os: windows cpu: amd64 - branch: [~, upstream/version-1-6, v2.0.4] + branch: [~, upstream/version-1-6, upstream/version-2-0] exclude: - target: os: macos @@ -49,7 +49,7 @@ jobs: include: - branch: upstream/version-1-6 branch-short: version-1-6 - - branch: v2.0.4 + - branch: upstream/version-2-0 branch-short: version-2-0 nimflags-extra: --mm:refc - target: diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index c41afb668..296247da9 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -183,5 +183,5 @@ def getAgentLabel() { } def nimCommitForJob() { - return JOB_NAME.contains('nimv2') ? 'v2.0.4' : '' + return JOB_NAME.contains('nimv2') ? 'upstream/version-2-0' : '' }