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 | |
| parent | d991aa87b6be5c8178097ed6c42a4b0ce8dd6ca2 (diff) | |
resolves #3842 run CI job on macOS (PR #3843)
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | CHANGELOG.adoc | 1 |
2 files changed, 3 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' diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 2bd9fbdd..7be9936c 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -34,6 +34,7 @@ Build / Infrastructure:: * Migrate Linux CI jobs to GitHub Actions (#3837) * Migrate Windows CI jobs to GitHub Actions (#3839) + * Run CI job on macOS (#3842) // tag::compact[] == 2.0.11 (2020-11-02) - @mojavelinux |
