Switch to Nim 2.2.10 on CI

This commit is contained in:
Arnaud 2026-05-07 09:35:56 +04:00
parent 497782ca3a
commit 92a92b0ab4
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
nim: [2.2.8]
nim: [2.2.10]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout