summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml5
-rw-r--r--CHANGELOG.adoc1
2 files changed, 6 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: |
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 995e2d40..5ff33192 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -154,6 +154,7 @@ Compliance::
Build / Infrastructure::
* Migrate Linux CI jobs to GitHub Actions (#1814)
+* Enable CI job on macOS (#1817)
== 1.5.3 (2020-02-28) - @mojavelinux