mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Fix macOS version at 10.13
This commit is contained in:
2
.github/workflows/build-macos-package.yml
vendored
2
.github/workflows/build-macos-package.yml
vendored
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user