Skip to content

Commit

Permalink
fixmacos
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Feb 5, 2024
1 parent 907da9a commit 42ad975
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ jobs:
include:
- os: macOS-12 # this one is x86_64
ghc: 'latest'
- os: macOS-14 # this one is aarch64
ghc: '9.2'
- os: macOS-14 # this one is aarch64
ghc: '9.4'
- os: macOS-14 # this one is aarch64
- os: macOS-14
ghc: '9.6'
- os: macOS-14 # this one is aarch64
- os: macOS-14
ghc: '9.6'
- os: macOS-14 # this one is aarch64
- os: macOS-14
ghc: '9.8'
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 42ad975

Please sign in to comment.