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