Skip to content

Commit

Permalink
[CI] replace nim 1.4 by 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Sep 13, 2024
1 parent b247975 commit 54c901d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nim: [ '1.4.x', 'stable', 'devel' ]
nim: [ '1.6.x', 'stable', 'devel' ]
# Steps represent a sequence of tasks that will be executed as part of the job
name: Nim ${{ matrix.nim }} sample
steps:
Expand Down

0 comments on commit 54c901d

Please sign in to comment.