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 3a3dbb7 commit dfca25eCopy full SHA for dfca25e
1 file changed
.github/workflows/windows-clang-builds.yml
@@ -13,8 +13,8 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- os: windows-2025
17
- platform: x64
+ os: [windows-2025]
+ platform: [x64]
18
build_type: [Debug, Release]
19
std: [14, 17]
20
steps:
0 commit comments