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 96468df commit 3b372fd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,21 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
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 3b372fd

Please sign in to comment.