We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b2c79 commit 4d9a455Copy full SHA for 4d9a455
.github/workflows/deploy.yml
@@ -24,6 +24,8 @@ jobs:
24
os: ubuntu-20.04
25
- target: x86_64-apple-darwin
26
os: macos-latest
27
+ - target: aarch64-apple-darwin
28
+ os: macos-latest
29
- target: x86_64-pc-windows-msvc
30
os: windows-latest
31
name: Deploy ${{ matrix.target }}
0 commit comments