diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-11-09 20:58:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-09 20:58:57 -0700 |
| commit | 674960182580d0220401842bf0bee12c2f4259c8 (patch) | |
| tree | 7bb402ea5083bef6f55791b9026fce3c1e27458d /.github | |
| parent | d991aa87b6be5c8178097ed6c42a4b0ce8dd6ca2 (diff) | |
resolves #3842 run CI job on macOS (PR #3843)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0819b8f..9eb8cbf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: ruby: jruby-9.1.17.0 - os: ubuntu-latest ruby: jruby-9.2.13.0 + - os: macos-latest + ruby: '2.7' - os: ubuntu-latest ruby: '2.3' rouge-version: '~> 2.0.0' |
