Skip to content

Commit

Permalink
Set nim version to 2.0.x for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
2-towns committed Jan 2, 2025
1 parent d9eca3b commit 696f66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/nimbus-build-system/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
default: "amd64"
nim_version:
description: "Nim version"
default: "version-1-6"
default: "v2.0.12"
rust_version:
description: "Rust version"
default: "1.79.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
cache_nonce: 0 # Allows for easily busting actions/cache caches
nim_version: 2.0.12
nim_version: v2.0.12

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
Expand Down

0 comments on commit 696f66d

Please sign in to comment.