diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5de2714..5dcdedd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - nim: [1.6.18, stable] + nim: [1.6.18] os: [ubuntu-latest, macOS-latest, windows-latest] steps: - name: Checkout