diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-09 22:43:06 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-09 22:43:06 +0100 |
| commit | feed61dd30bf1ed8ae2c4edc68640f1fe8c28755 (patch) | |
| tree | ab7190894f5e294904b18b04152be95d96ee1440 | |
| parent | 1c7c52da68e560fc28398b324a1d1a207af12ec2 (diff) | |
Change setup-haskell version to just v1
| -rw-r--r-- | .github/workflows/build-macos-package.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-macos-package.yml b/.github/workflows/build-macos-package.yml index 9163c0137..4331d111a 100644 --- a/.github/workflows/build-macos-package.yml +++ b/.github/workflows/build-macos-package.yml @@ -9,13 +9,13 @@ jobs: strategy: matrix: os: [macOS-latest] - ghc: ["8.4.4"] + ghc: ["8.6.5"] cabal: ["2.4"] steps: - uses: actions/checkout@v2 - - uses: actions/setup-haskell@v1.1 + - uses: actions/setup-haskell@v1 id: setup-haskell-cabal name: Setup Haskell with: |
