Skip to content

Commit

Permalink
Just remove mac for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-johnson authored May 18, 2023
1 parent 90e91d2 commit 9afe875
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
isMaster:
- ${{ github.ref == 'refs/heads/master' }}
exclude:
Expand All @@ -29,10 +30,6 @@ jobs:
- name: Install stack (Windows)
run: choco install haskell-stack
if: matrix.os == 'windows-latest'

- name: Upgrade stack (Mac OS)
run: stack upgrade --force-download
if: matrix.os == 'macos-latest'

- name: Cache dependencies (Unix)
uses: actions/cache@v1
Expand Down

0 comments on commit 9afe875

Please sign in to comment.