diff --git a/.github/workflows/bindgen-tests.yml b/.github/workflows/bindgen-tests.yml index f9a71e1c9b..04c3a921be 100644 --- a/.github/workflows/bindgen-tests.yml +++ b/.github/workflows/bindgen-tests.yml @@ -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