Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Dec 22, 2024
1 parent 9436cb4 commit ddba087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
nim-version: ['1.2.x', '1.4.x', '1.6.x', 'stable']
nim-version: ['1.2.x', '1.4.x', '1.6.x', '2.0.x', 'stable']
include:
- nim-version: '1.4.x'
gc_orc: true
Expand All @@ -17,7 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: jiro4989/setup-nim-action@v1
- uses: jiro4989/setup-nim-action@v2
with:
nim-version: ${{ matrix.nim-version }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ddba087

Please sign in to comment.