Skip to content

Commit

Permalink
reenable nim v2.0.x in CI, disabled in #375, issue nim-lang/Nim#23547,…
Browse files Browse the repository at this point in the history
… regression reverted nim-lang/Nim@767a901 (#393)
  • Loading branch information
mratsim authored Jun 27, 2024
1 parent 4b8e63d commit e499206
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 @@ -7,7 +7,7 @@ jobs:
fail-fast: false
max-parallel: 20
matrix:
nim_version: [version-1-6] # version-2-0 has a regression: https://github.com/nim-lang/Nim/issues/23547
nim_version: [version-1-6, version-2-0]
rust_toolchain: [stable] # [beta, nightly]
go_toolchain: [stable]
target:
Expand Down

0 comments on commit e499206

Please sign in to comment.