From d98f91b298fd8da94d68718c2a07ec7f016487db Mon Sep 17 00:00:00 2001 From: tersec Date: Wed, 5 Feb 2025 16:42:15 +0000 Subject: [PATCH] start tracking Nim 2.2 as possible next Nim version (#6899) --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59c650e8b..7d4d66061 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,17 +37,17 @@ jobs: cpu: arm64 - os: windows cpu: amd64 - branch: [~, upstream/version-2-0] + branch: [~, upstream/version-2-2] exclude: - target: os: macos - branch: upstream/version-2-0 + branch: upstream/version-2-2 - target: os: windows - branch: upstream/version-2-0 + branch: upstream/version-2-2 include: - - branch: upstream/version-2-0 - branch-short: version-2-0 + - branch: upstream/version-2-2 + branch-short: version-2-2 nimflags-extra: --mm:refc - target: os: linux @@ -212,7 +212,7 @@ jobs: # allowed to prevent potential problems with downloads on different # file systems". However, GitHub Actions workflows do not support a # usual assortment of string functions. - name: Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.branch == 'upstream/version-2-0' && 'version-2-0' || matrix.branch }} + name: Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.branch == 'upstream/version-2-2' && 'version-2-2' || matrix.branch }} path: build/*.xml devbuild: