Skip to content

Commit

Permalink
Merge pull request #9 from status-im/DvT
Browse files Browse the repository at this point in the history
require Nim 1.6 or newer
  • Loading branch information
tersec authored Jun 6, 2024
2 parents 9677794 + 0ee1bc7 commit 6d5e811
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ jobs:
include:
- target:
os: linux
builder: ubuntu-18.04
builder: ubuntu-latest
- target:
os: macos
builder: macos-10.15
builder: macos-latest
- target:
os: windows
builder: windows-2019
builder: windows-latest

name: '${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.test_lang }}'
runs-on: ${{ matrix.builder }}
steps:
- name: Checkout nim-bncurve
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: nim-bncurve
submodules: false
Expand Down
2 changes: 1 addition & 1 deletion bncurve.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ skipDirs = @["tests", "Nim", "nim"]

### Dependencies

requires "nim > 0.18.0",
requires "nim >= 1.6.0",
"nimcrypto"

task test, "Run all tests":
Expand Down

0 comments on commit 6d5e811

Please sign in to comment.