Skip to content

Commit

Permalink
ci: drop nimskull i386 and windows
Browse files Browse the repository at this point in the history
These currently require work beyond what I can do right now.

Proper support will be provided in the future.
  • Loading branch information
alaviss committed Jan 31, 2024
1 parent 761dff3 commit c774c0a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ jobs:
exclude:
- target: macos
arch: i386

# TODO: nimskull needs fixes for this to work
- target: linux
arch: i386
compiler:
name: nimskull

# TODO: a handful of problems with SSL must be solved before this
- target: windows
compiler:
name: nimskull
name:
${{ matrix.target }} on ${{ matrix.arch }} (${{ matrix.compiler.name }}
${{ matrix.compiler.version }})
Expand Down

0 comments on commit c774c0a

Please sign in to comment.