From 5154c0d79dd8bb086ab418cc659e923330ac24f2 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 14 Aug 2024 10:44:49 +0200 Subject: [PATCH] bumps ci to nim 1.6.18 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c1ef96..27a8afe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - nim: [stable, 1.6.14] + nim: [stable, 1.6.18] os: [ubuntu-latest, macOS-latest, windows-latest] steps: - uses: actions/checkout@v2