From 320c88cf653cb50c23da4bbde562cfd503781015 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Wed, 11 Oct 2023 10:23:23 -0500 Subject: [PATCH] [CI] add mswin head build --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3074be5f..8e886a98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: - windows-latest ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }} include: + - { os: windows-latest , ruby: mswin } # ruby/ruby windows CI - { os: ubuntu-latest , ruby: jruby-9.1 } # Ruby 2.3 - { os: ubuntu-latest , ruby: jruby-9.2 } # Ruby 2.5 - { os: ubuntu-latest , ruby: jruby-9.3 } # Ruby 2.7