Skip to content

Commit

Permalink
Add x86_64-apple-darwin target to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vv9k committed Nov 30, 2021
1 parent 4f0a86b commit 8014a26
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,20 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [linux]
build: [linux, macos-aarch64, macos-x86]
include:
- build: linux
os: ubuntu-latest
target: x86_64-unknown-linux
#- build: windows-msvc
#os: windows-latest
#target: x86_64-pc-windows-msvc
- build: macos
- build: macos-aarch64
os: macos-latest
target: aarch64-apple-darwin
- build: macos-x86
os: macos-latest
target: x86_64-apple-darwin

steps:
- name: Set up Rust
Expand Down

0 comments on commit 8014a26

Please sign in to comment.