Skip to content

Commit

Permalink
Drop CI support for macOS pending issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
pjones committed Oct 29, 2020
1 parent 593fa20 commit 732ce5f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest]
cabal: ["3.2"]
ghc: ["8.6.5", "8.8.4", "8.10.2"]
steps:
- name: Clone Repository
uses: actions/checkout@v2

- name: Install macOS Dependencies
if: matrix.os == 'macOS-latest'
run: |
echo 'LDFLAGS="-L/usr/local/opt/icu4c/lib"' >> $GITHUB_ENV
echo 'CPPFLAGS="-I/usr/local/opt/icu4c/include"' >> $GITHUB_ENV
echo 'PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig"' >> $GITHUB_ENV
- name: Setup Haskell
id: setup-haskell-cabal
uses: actions/[email protected]
Expand Down

0 comments on commit 732ce5f

Please sign in to comment.