From 51582f62119ebcab057cd18386a186e90f75dd98 Mon Sep 17 00:00:00 2001 From: Leorize Date: Wed, 31 Jan 2024 16:38:53 -0600 Subject: [PATCH] ci: drop nimskull i386 and windows These currently require work beyond what I can do right now. Proper support will be provided in the future. --- .github/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ceebb3..91fe57c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }})