1
0
forked from GitHub/gf-core

Install openjdk in macOS build

This commit is contained in:
John J. Camilleri
2020-11-18 23:08:49 +01:00
parent dbb0bcc5dd
commit 08af135653
3 changed files with 8 additions and 7 deletions

View File

@@ -13,16 +13,16 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
cabal: ["3.2"]
ghc:
- "8.6.5"
- "8.8.3"
- "8.10.1"
exclude:
- os: macOS-latest
- os: macos-latest
ghc: 8.8.3
- os: macOS-latest
- os: macos-latest
ghc: 8.6.5
- os: windows-latest
ghc: 8.8.3
@@ -92,4 +92,4 @@ jobs:
# - name: Test
# run: |
# stack test --system-ghc
# stack test --system-ghc

View File

@@ -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

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-18.04, macos-latest]
os: [ubuntu-18.04, macos-10.15]
steps:
- uses: actions/checkout@v1