Skip to content

Commit

Permalink
try to reenable macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 4, 2024
1 parent daeafdd commit 8cafa1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ 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
- os: macos-14
ruby: '3.3'
# test oldest permitted versions of dependencies
- os: ubuntu-22.04
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
sudo apt-get update
sudo apt-get install ghostscript poppler-utils
- name: Install Ghostscript and Poppler (macOS)
if: matrix.os == 'macos-12'
if: matrix.os == 'macos-14'
run: |
brew unlink ghostscript
# ghostscript 10.02.1
Expand All @@ -133,7 +133,7 @@ jobs:
echo 'PRAWN_GMAGICK_VERSION=0.0.9' >> $GITHUB_ENV
sudo apt-get install libgraphicsmagick1-dev
#- name: Set Prawn Gmagick version / Install GraphicsMagick (macOS)
# if: matrix.os == 'macos-12'
# if: matrix.os == 'macos-14'
# run: |
# echo 'PRAWN_GMAGICK_VERSION=0.0.9' >> $GITHUB_ENV
# brew install GraphicsMagick
Expand Down

0 comments on commit 8cafa1c

Please sign in to comment.