We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60d0cd commit 76d621fCopy full SHA for 76d621f
.github/workflows/deployment.yml
@@ -24,6 +24,8 @@ jobs:
24
target: aarch64-apple-darwin
25
- os: windows-2019
26
target: x86_64-pc-windows-msvc
27
+ - os: windows-2019
28
+ target: aarch64-pc-windows-msvc
29
runs-on: ${{ matrix.os }}
30
steps:
31
- uses: actions/checkout@v3
0 commit comments