Skip to content

Commit

Permalink
Trying 1.6 comp
Browse files Browse the repository at this point in the history
  • Loading branch information
filvyb committed Jan 24, 2025
1 parent 9405b07 commit 198c95a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nim-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
nim-version: ['2.0.14', '2.2.0']
nim-version: ['1.6.18', '2.0.14', '2.2.0']
arch: [x64, arm64]
exclude:
# GitHub doesn't provide Windows ARM runners yet
- os: windows-latest
arch: arm64
fail-fast: false

runs-on: ${{ matrix.arch == 'arm64' && matrix.os == 'macos-latest' && 'macos-14' || matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion DotNimRemoting.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ srcDir = "src"

# Dependencies

requires "nim >= 2.0.0"
requires "nim >= 1.6.0"
requires "faststreams#2b08c774afaafd600cf4c6f994cf78b8aa090c0c"

0 comments on commit 198c95a

Please sign in to comment.