From be59f192956b3e38050d45520adc878e509388dd Mon Sep 17 00:00:00 2001 From: codic12 Date: Thu, 30 May 2024 17:29:14 -0700 Subject: [PATCH] Only CI on latest stable nim --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f1c71c3..3a3777d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - nim: [ '1.4.8', 'stable', 'devel' ] + nim: [ 'stable' ] name: Nim ${{ matrix.nim }} worm build steps: - uses: actions/checkout@v2