Skip to content

Commit 47193f6

Browse files
committed
Only run LLVM 15 and later
1 parent 460f63b commit 47193f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bindgen-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
llvm_version: [13, 14, 15, 16, 17, 18]
17+
llvm_version: [16, 17, 18]
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)