Skip to content

Commit

Permalink
Temporary fix for CI builds on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrsales committed May 5, 2024
1 parent 60608f2 commit c898c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
ghc: ['9.0', '9.2', '9.4', '9.6']
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-13, windows-latest]
name: Build Package
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Haskell
uses: haskell-actions/setup@v2
with:
Expand Down

0 comments on commit c898c37

Please sign in to comment.