From 198c95a55a763efec62e7017ffba3f14437507d8 Mon Sep 17 00:00:00 2001 From: Filip Vybihal <101115161+filvyb@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:52:10 +0100 Subject: [PATCH] Trying 1.6 comp --- .github/workflows/nim-tests.yml | 4 ++-- DotNimRemoting.nimble | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nim-tests.yml b/.github/workflows/nim-tests.yml index 045b372..d72175b 100644 --- a/.github/workflows/nim-tests.yml +++ b/.github/workflows/nim-tests.yml @@ -11,14 +11,14 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - nim-version: ['2.0.14', '2.2.0'] + nim-version: ['1.6.18', '2.0.14', '2.2.0'] arch: [x64, arm64] exclude: # GitHub doesn't provide Windows ARM runners yet - os: windows-latest arch: arm64 fail-fast: false - + runs-on: ${{ matrix.arch == 'arm64' && matrix.os == 'macos-latest' && 'macos-14' || matrix.os }} steps: diff --git a/DotNimRemoting.nimble b/DotNimRemoting.nimble index c47c8bf..ca6df17 100644 --- a/DotNimRemoting.nimble +++ b/DotNimRemoting.nimble @@ -9,5 +9,5 @@ srcDir = "src" # Dependencies -requires "nim >= 2.0.0" +requires "nim >= 1.6.0" requires "faststreams#2b08c774afaafd600cf4c6f994cf78b8aa090c0c"