Skip to content

Commit

Permalink
Add macOS aarch64 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Feb 5, 2024
1 parent 8a4d8c2 commit a5e2b4b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ jobs:
os: [ubuntu-latest]
ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
include:
- os: macOS-latest
- os: macOS-12 # this one is x86_64
ghc: 'latest'
- os: macOS-14 # this one is aarch64
ghc: '9.4'
- os: macOS-14
ghc: '9.6'
- os: macOS-14
ghc: '9.6'
- os: macOS-14
ghc: '9.8'
steps:
- uses: actions/checkout@v3
- name: Install libncurses5 and libtinfo
Expand Down

0 comments on commit a5e2b4b

Please sign in to comment.