mirror of
https://github.com/sayo-hs/heftia.git
synced 2024-11-22 18:36:15 +03:00
[add] CI for aarch64-darwin.
This commit is contained in:
parent
e6729a4d5f
commit
f2d817a694
3
.github/workflows/haskell.yml
vendored
3
.github/workflows/haskell.yml
vendored
@ -15,8 +15,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
ghc: ["9.4.1", "9.6.6", "9.8.2"]
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user