Skip to content

Commit

Permalink
Fix CI runners (#118)
Browse files Browse the repository at this point in the history
macos-latest has been switched to use arm64 mac instances
  • Loading branch information
ekzhang authored Jun 11, 2024
1 parent 1f81f01 commit 82acea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mean_bean_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
channel: [stable]
target:
- x86_64-apple-darwin
- aarch64-apple-darwin

steps:
- name: Setup | Checkout
Expand Down

0 comments on commit 82acea3

Please sign in to comment.