Update ci.yml to use newer Nim version

The old versions were incompatible with recent constantine
This commit is contained in:
Balazs Komuves 2026-04-22 18:28:19 +02:00 committed by GitHub
parent 7ae5c9a22a
commit 89194656ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nim: [1.6.14, 2.0.14]
nim: [2.2.2]
steps:
- uses: actions/checkout@v2
- uses: iffy/install-nim@v3