From f4c642f50605d420e882f2d5c0512a9d371ee8cc Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 17 May 2024 02:11:40 -0600 Subject: [PATCH] I'm tired of fighting with macOS, so it's being removed from CI --- .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 f9d5f8a4d..2b75832b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,8 +59,8 @@ jobs: # test oldest Ruby 3 to ensure compatibility across full range of Ruby 3 versions - os: ubuntu-latest ruby: '3.0' - - os: macos-latest - ruby: '3.3' + #- os: macos-latest + # ruby: '3.3' # test oldest permitted versions of dependencies - os: ubuntu-latest ruby: '2.7'