mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-04 01:59:14 +00:00
Merge pull request #2500 from rukai/release_for_aarch64_macos
Add aarch64-apple-darwin release target
This commit is contained in:
commit
59e6afcaad
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -24,6 +24,8 @@ jobs:
|
|||
os: ubuntu-20.04
|
||||
- target: x86_64-apple-darwin
|
||||
os: macos-latest
|
||||
- target: aarch64-apple-darwin
|
||||
os: macos-latest
|
||||
- target: x86_64-pc-windows-msvc
|
||||
os: windows-latest
|
||||
name: Deploy ${{ matrix.target }}
|
||||
|
|
Loading…
Reference in a new issue