ajalt / clikt

Multiplatform command line interface parsing for Kotlin
https://ajalt.github.io/clikt/
Apache License 2.0
2.51k stars 121 forks source link

Enable macArm64 CI testing #501

Closed maartenh closed 5 months ago

maartenh commented 5 months ago

From what I understand supporting the macArm64 platform was just waiting on having CI testing available. Since M1-based standard runners are now available as macos-14, even if they still have a beta label, I thought I'd send you a small update to add them to the CI testing matrix.

ajalt commented 5 months ago

And you even updated the readme, thank you!