diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0204718..6f5b966 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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