From e46fd6eb1991a398a202aff55f52f8813eae37bc Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 31 Oct 2023 02:47:37 -0600 Subject: [PATCH] remove macOS from CI matrix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 720b27d..4cd65f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,8 @@ jobs: include: #- os: windows-latest # ruby: '3.2' - - os: macos-latest - ruby: '3.2' + #- os: macos-latest + # ruby: '3.2' - os: ubuntu-latest ruby: '3.2' primary: primary