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 2bbc97e commit e933929
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,22 @@ 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: '8.10'
- os: macOS-14
ghc: '9.0'
- os: macOS-14
ghc: '9.2'
- os: macOS-14
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 e933929

Please sign in to comment.