add macos-latest as a CI target

This commit is contained in:
lapla-cogito 2025-03-03 22:28:57 +09:00
parent 1419ac2982
commit d63d56aeb0
No known key found for this signature in database
GPG key ID: B39C71D9F127FF9F

View file

@ -27,6 +27,8 @@ jobs:
host: x86_64-pc-windows-msvc
- os: macos-13
host: x86_64-apple-darwin
- os: macos-latest
host: aarch64-apple-darwin
runs-on: ${{ matrix.os }}