We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e11d1 commit 76b0dd2Copy full SHA for 76b0dd2
1 file changed
.github/workflows/ci.yml
@@ -29,6 +29,9 @@ jobs:
29
builder: macos-latest
30
- target: windows
31
builder: windows-latest
32
+ exclude:
33
+ - target: windows
34
+ nim: devel
35
name: '${{ matrix.target }} (${{ matrix.nim }})'
36
runs-on: ${{ matrix.builder }}
37
steps:
0 commit comments