summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e4d4e1c4..fe294849 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -44,6 +44,8 @@ jobs:
- os: ubuntu-latest
ruby: '2.7'
include:
+ - os: macos-latest
+ ruby: '2.7'
- os: ubuntu-latest
ruby: '2.5'
rouge-version: '~> 2.0.0'
@@ -79,6 +81,9 @@ jobs:
- name: Install Ghostscript (Linux)
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install ghostscript poppler-utils
+ - name: Install Ghostscript (macOS)
+ if: matrix.os == 'macos-latest'
+ run: brew install ghostscript
- name: Install Ghostscript and add path to env (Windows)
if: matrix.os == 'windows-latest'
run: |