mirror of https://github.com/ekzhang/bore.git
Fix CI runners (#118)
macos-latest has been switched to use arm64 mac instances
This commit is contained in:
parent
1f81f01fe2
commit
82acea3477
|
@ -33,7 +33,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
channel: [stable]
|
channel: [stable]
|
||||||
target:
|
target:
|
||||||
- x86_64-apple-darwin
|
- aarch64-apple-darwin
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup | Checkout
|
- name: Setup | Checkout
|
||||||
|
|
Loading…
Reference in New Issue