From 423d0b81d3f03094a73e96d8fb0f054b7e7eb69a Mon Sep 17 00:00:00 2001 From: Vindaar Date: Thu, 13 Jun 2024 13:58:23 +0200 Subject: [PATCH] [CI] run devel instead of stable --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 681bca2..f2250dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: nim: - '1.6.x' - '2.0.x' - - 'stable' + - 'devel' os: - ubuntu-latest - windows-latest