Skip to content

Commit

Permalink
Disable macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cydparser committed Apr 27, 2024
1 parent d619043 commit e0f47b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- "9.4"
- "9.6"
- "9.8"
include:
- { os: macOS-latest, ghc: "9.8" }
# HsOpenSSL fails to build on Windows without openssl.
# - { os: windows-latest, ghc: "9.6" }
# TODO: HsOpenSSL fails to build on Windows and macOS without openssl.
# include:
# - { os: macOS-latest, ghc: "9.8" }
# - { os: windows-latest, ghc: "9.8" }

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e0f47b7

Please sign in to comment.