From c008732dc7b2e276505cc65bac114b68018986d6 Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Wed, 10 Jul 2024 21:14:57 +0200 Subject: [PATCH] Remove ci.yml again, add nim version 2.0 for base_tests.yml --- .github/workflows/base_tests.yml | 4 ++-- .github/workflows/daily.yml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/base_tests.yml b/.github/workflows/base_tests.yml index 75619797b7..2119d91b21 100644 --- a/.github/workflows/base_tests.yml +++ b/.github/workflows/base_tests.yml @@ -55,8 +55,8 @@ jobs: nim_branch: - version: version-1-6 memory_management: refc - # - version: version-2-0 - # memory_management: orc + - version: version-2-0 + memory_management: refc # - version: devel # memory_management: orc # If exclude or include are defined use their value, otherwise default to empty list (as declared on workflow_call.inputs). diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index d166132cef..483fb8da0e 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -9,14 +9,13 @@ jobs: name: Daily amd64 uses: ./.github/workflows/base_tests.yml with: - include: "[{'nim_branch': {'version': 'version-2-0', 'memory_management': 'orc'}}]" exclude: "[{'platform': {'cpu': 'i386'}}]" test_i386: name: Daily i386 uses: ./.github/workflows/base_tests.yml with: - exclude: "[{'platform': {'cpu': 'amd64'}}]" + exclude: "[{'platform': {'cpu': 'amd64'}, 'nim_branch': {'version': 'version-2-0'}}]" test_nim_devel: name: Daily