[add] CI for aarch64-darwin.

This commit is contained in:
Yamada Ryo 2024-11-11 18:04:07 +09:00
parent e6729a4d5f
commit f2d817a694
No known key found for this signature in database
GPG Key ID: AAE3C7A542B02DBF

View File

@ -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