summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-11-12 02:11:45 -0700
committerGitHub <noreply@github.com>2020-11-12 02:11:45 -0700
commitb176f99f76c9387bb6ecdba2f009e16cf24cdcbc (patch)
tree751957a1400f47c188719eec77553fc64a23b0ef /.github
parentdb9fbceb1766e0d4f76acc6b2ddaa6b0168dbea6 (diff)
resolves #1817 enable CI job on macOS (PR #1818)
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: |