Update latest nim 1.6.x in CI

This commit is contained in:
Mark Spanbroek 2023-08-29 11:29:10 +02:00 committed by markspanbroek
parent 9f4f762e21
commit 99c225caa1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nim: [1.6.12, stable]
nim: [1.6.14, stable]
steps:
- name: Checkout
uses: actions/checkout@v2