Fix CI runners (#118)

macos-latest has been switched to use arm64 mac instances
This commit is contained in:
Eric Zhang 2024-06-10 21:04:14 -04:00 committed by GitHub
parent 1f81f01fe2
commit 82acea3477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
matrix:
channel: [stable]
target:
- x86_64-apple-darwin
- aarch64-apple-darwin
steps:
- name: Setup | Checkout