Skip to content

Commit

Permalink
ci: do not use nim 2.0 for building yet
Browse files Browse the repository at this point in the history
  • Loading branch information
squattingmonk committed Sep 2, 2023
1 parent ba54ed3 commit 9e6f5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
APP_NAME: 'nasher'
NIM_VERSION: '1.6.4'
NIM_VERSION: '1.6.14'
MAINTAINER: 'Michael A. Sinclair <[email protected]>'
RELEASE_FILES: nasher LICENSE README.md CHANGELOG.md

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
- windows-latest
- macOS-latest
nim:
- 1.6.4
- stable
- 1.6.14
name: Nim ${{ matrix.nim }} (${{ matrix.os }})
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9e6f5fb

Please sign in to comment.