Skip to content

Commit

Permalink
turn off CI build on macOS as it's too costly to maintain
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 4, 2024
1 parent daeafdd commit b154248
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit b154248

Please sign in to comment.