diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-18 23:08:49 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-18 23:08:49 +0100 |
| commit | 08af1356530de0d7d8dbcf095aab99911f5113ca (patch) | |
| tree | 9471ffa69ed1fcbdf3f699ebdf39436065a9a8f0 /.github/workflows/build-macos-package.yml | |
| parent | dbb0bcc5dd7e85d5f790fa4d84a017d79e35b2ec (diff) | |
Install openjdk in macOS build
Diffstat (limited to '.github/workflows/build-macos-package.yml')
| -rw-r--r-- | .github/workflows/build-macos-package.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build-macos-package.yml b/.github/workflows/build-macos-package.yml index c01227791..e3ed3def2 100644 --- a/.github/workflows/build-macos-package.yml +++ b/.github/workflows/build-macos-package.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macOS-latest] + os: [macos-10.15] ghc: ["8.6.5"] cabal: ["2.4"] @@ -27,7 +27,8 @@ jobs: - name: Install build tools run: | brew install \ - automake + automake \ + openjdk cabal v1-install alex happy - name: Build macOS package |
