1
0
forked from GitHub/gf-core

Fix macOS version at 10.13

This commit is contained in:
John J. Camilleri
2020-11-09 22:09:57 +01:00
parent 687f56178e
commit 71b10672e8

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [macOS-latest] os: [macOS-10.13]
ghc: ["8.6.5"] ghc: ["8.6.5"]
cabal: ["2.4"] cabal: ["2.4"]