Skip to content

Commit 76b0dd2

Browse files
committed
fix exclusion of windows
Used old branch instead of nim...
1 parent 55e11d1 commit 76b0dd2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
builder: macos-latest
3030
- target: windows
3131
builder: windows-latest
32+
exclude:
33+
- target: windows
34+
nim: devel
3235
name: '${{ matrix.target }} (${{ matrix.nim }})'
3336
runs-on: ${{ matrix.builder }}
3437
steps:

0 commit comments

Comments
 (0)