From b154248dc71c28ad43fda7318ed6b56d1a4cb097 Mon Sep 17 00:00:00 2001
From: Dan Allen <dan.j.allen@gmail.com>
Date: Wed, 4 Dec 2024 00:28:26 -0700
Subject: [PATCH] turn off CI build on macOS as it's too costly to maintain

---
 .github/workflows/ci.yml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d873de8b4..0d30452f9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -62,8 +62,8 @@ jobs:
         # test oldest Ruby 3 to ensure compatibility across full range of Ruby 3 versions
         - os: ubuntu-22.04
           ruby: '3.0'
-        - os: macos-12
-          ruby: '3.3'
+        #- os: macos-12
+        #  ruby: '3.3'
         # test oldest permitted versions of dependencies
         - os: ubuntu-22.04
           ruby: '2.7'
@@ -112,15 +112,15 @@ jobs:
       run: |
         sudo apt-get update
         sudo apt-get install ghostscript poppler-utils
-    - name: Install Ghostscript and Poppler (macOS)
-      if: matrix.os == 'macos-12'
-      run: |
-        brew unlink ghostscript
-        # ghostscript 10.02.1
-        wget https://raw.githubusercontent.com/Homebrew/homebrew-core/0e594be417b7947dcf7d6eb63293fcf652b7e3ae/Formula/g/ghostscript.rb
-        brew install --formula ./ghostscript.rb
-        brew link ghostscript || true
-        brew install poppler
+    #- name: Install Ghostscript and Poppler (macOS)
+    #  if: matrix.os == 'macos-12'
+    #  run: |
+    #    brew unlink ghostscript
+    #    # ghostscript 10.02.1
+    #    wget https://raw.githubusercontent.com/Homebrew/homebrew-core/0e594be417b7947dcf7d6eb63293fcf652b7e3ae/Formula/g/ghostscript.rb
+    #    brew install --formula ./ghostscript.rb
+    #    brew link ghostscript || true
+    #    brew install poppler
     - name: Install Ghostscript and Poppler and set GS env var (Windows)
       if: matrix.os == 'windows-latest'
       run: |