Skip to content

Commit

Permalink
Chore: Don't build on macOS 11 anymore due to errors with GLFW
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Nov 17, 2020
1 parent 9e08a7d commit ede8bd3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ jobs:
macos:
strategy:
matrix:
os: [macos-10.15, macos-11.0]
os:
- macos-10.15
# FIXME: Building gloss with GLFW currently fails
# https://groups.google.com/g/haskell-gloss/c/KYUfqvY5WXQ/m/xiCln77DAAAJ
# - macos-11.0
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ede8bd3

Please sign in to comment.