Skip to content

Commit 0683ba1

Browse files
authored
Fix import_std version for clang in job matrix
1 parent 22ae08d commit 0683ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/generate-job-matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def make_clang_platform(
118118
feature_support=Features(
119119
cxx_modules=version >= 17,
120120
std_format=version >= 17,
121-
import_std=version >= 17,
121+
import_std=version >= 18,
122122
freestanding=True,
123123
),
124124
)

0 commit comments

Comments
 (0)