diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f5b966..c71a881 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.14, stable] + nim: [1.6.16, stable] steps: - name: Checkout uses: actions/checkout@v2