refactor(ci): Test only with `nim version 1.6`

`nwaku` is built on the `nimbus-build-system` that is based on
`nim 1.6.18`, and is therefore not compatible with `2.0`
This commit is contained in:
Emil Ivanichkov 2024-02-28 16:07:34 +02:00 committed by Emil Ivanichkov
parent 93db4c8a84
commit 12af66cef2
1 changed files with 3 additions and 4 deletions

View File

@ -22,7 +22,7 @@ jobs:
cpu: amd64
- os: windows
cpu: amd64
branch: [version-1-6, version-2-0, devel]
branch: [version-1-6]
include:
- target:
os: linux
@ -41,9 +41,8 @@ jobs:
run:
shell: ${{ matrix.shell }}
name: '${{ matrix.target.os }}-${{ matrix.target.cpu }} (Nim ${{ matrix.branch }})'
name: "${{ matrix.target.os }}-${{ matrix.target.cpu }} (Nim ${{ matrix.branch }})"
runs-on: ${{ matrix.builder }}
continue-on-error: ${{ matrix.branch == 'devel' }}
steps:
- name: Checkout
uses: actions/checkout@v3
@ -71,7 +70,7 @@ jobs:
uses: actions/cache@v3
with:
path: external/dlls-${{ matrix.target.cpu }}
key: 'dlls-${{ matrix.target.cpu }}'
key: "dlls-${{ matrix.target.cpu }}"
- name: Install DLLs dependencies (Windows)
if: >