From 07b6ace0b55747fb7138eceb69677db97ab8f5ee Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Mon, 22 Jun 2020 23:31:26 -0400 Subject: [PATCH] Exclude unsupported windows tests --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16a994a..6833cd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,12 @@ jobs: ruby: mingw - os: ubuntu ruby: mswin + - os: windows + ruby: debug + - os: windows + ruby: truffleruby + - os: windows + ruby: truffleruby-head runs-on: ${{ matrix.os }}-latest continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }} steps: