We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864e2eb commit ed4cfcfCopy full SHA for ed4cfcf
1 file changed
.github/workflows/build.yml
@@ -151,9 +151,13 @@ jobs:
151
if: fromJSON(needs.check_source.outputs.run_tests)
152
strategy:
153
matrix:
154
- os: [windows-latest]
155
- arch: [x64]
156
- free-threading: [false, true]
+ os:
+ - windows-latest
+ arch:
157
+ - x64
158
+ free-threading:
159
+ - false
160
+ - true
161
include:
162
- os: windows-aarch64
163
arch: arm64
0 commit comments