We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e010c commit 5e60aedCopy full SHA for 5e60aed
1 file changed
.github/workflows/build.yml
@@ -16,8 +16,8 @@ jobs:
16
matrix:
17
include:
18
- name: windows-x64
19
- - runner: windows-latest
20
- - arch: x64
+ runner: windows-latest
+ arch: x64
21
name: ${{matrix.name}}
22
runs-on: ${{matrix.runner}}
23
steps:
0 commit comments