Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed May 2, 2024
1 parent 0081ac3 commit 63563ae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,10 @@ jobs:
- resolver: lts-12.26
ghc: "8.4.4"

# Such an old GHC is not supported on macOS-latest anymore
skip-on: macOS-latest

fail-fast: false

runs-on: ${{ matrix.runner }}

if: ${{ !contains(matrix.skip-on, matrix.runner) }}

steps:
- uses: actions/checkout@v4
- id: stack
Expand Down

0 comments on commit 63563ae

Please sign in to comment.