From 402972fabd6d4e9568e4dbed0bd604c39530548a Mon Sep 17 00:00:00 2001 From: Three Planets Software Date: Sat, 10 Aug 2024 07:58:21 -0400 Subject: [PATCH] Removing Windows from Ruby auto-tests --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 5476409..28ad54e 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -14,7 +14,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] ruby-version: ['3.0', '3.1', '3.2', '3.3'] runs-on: ${{ matrix.os }}