diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 168e326..a03a08d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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