Skip to content

Commit ed4cfcf

Browse files
committed
yaml yaml yaml
1 parent 864e2eb commit ed4cfcf

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,13 @@ jobs:
151151
if: fromJSON(needs.check_source.outputs.run_tests)
152152
strategy:
153153
matrix:
154-
os: [windows-latest]
155-
arch: [x64]
156-
free-threading: [false, true]
154+
os:
155+
- windows-latest
156+
arch:
157+
- x64
158+
free-threading:
159+
- false
160+
- true
157161
include:
158162
- os: windows-aarch64
159163
arch: arm64

0 commit comments

Comments
 (0)