Skip to content

Commit

Permalink
Only run LLVM 16 and later
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Nov 22, 2024
1 parent 460f63b commit a75d4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bindgen-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
llvm_version: [13, 14, 15, 16, 17, 18]
llvm_version: [16, 17, 18]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a75d4fc

Please sign in to comment.