Skip to content

Commit

Permalink
Only support and test Nim 2.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
samdze committed Oct 1, 2024
1 parent 5216c66 commit efe0e2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
target: [ device, simulator ]
nim-version: [ 1.6.20, 2.0.8 ]
nim-version: [ 2.0.8 ]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build-setup
Expand All @@ -25,7 +25,7 @@ jobs:
container: nimlang/choosenim
strategy:
matrix:
nim-version: [ 1.6.20, 2.0.8 ]
nim-version: [ 2.0.8 ]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build-setup
Expand All @@ -39,7 +39,7 @@ jobs:
container: nimlang/choosenim
strategy:
matrix:
nim-version: [ 1.6.20, 2.0.8 ]
nim-version: [ 2.0.8 ]
steps:

- uses: actions/checkout@v3
Expand Down

0 comments on commit efe0e2d

Please sign in to comment.