diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-09 22:09:57 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-09 22:09:57 +0100 |
| commit | 71b10672e8413be392e579261e205672725831b3 (patch) | |
| tree | ebdc4b5e3905486670f5f1b11998909e8bb84f11 /.github/workflows | |
| parent | 687f56178ee2bee069b27fe05e031259fa1c9d2c (diff) | |
Fix macOS version at 10.13
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-macos-package.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-macos-package.yml b/.github/workflows/build-macos-package.yml index 09636db84..311819de5 100644 --- a/.github/workflows/build-macos-package.yml +++ b/.github/workflows/build-macos-package.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macOS-latest] + os: [macOS-10.13] ghc: ["8.6.5"] cabal: ["2.4"] |
