Skip to content

Commit

Permalink
Update nim in CI (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov authored Apr 20, 2024
1 parent abc8489 commit 30d5705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
nim-version: [ "2.0.0", "2.0.2" ]
nim-version: [ "2.0.0", "2.0.2", "2.0.4" ]

steps:
- name: Checkout repository
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

- uses: jiro4989/setup-nim-action@v1
with:
nim-version: "2.0.2"
nim-version: "2.0.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate docs
Expand Down

0 comments on commit 30d5705

Please sign in to comment.