diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1f36186..699171e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,7 +24,7 @@ jobs: - name: Install LLVM and Clang uses: KyleMayes/install-llvm-action@1a3da29f56261a1e1f937ec88f0856a9b8321d7e # v1 with: - version: "12.0.1" + version: "14.0" directory: ${{ runner.temp }}/llvm - name: Install toolchain diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 22e08f5..4a98c63 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -25,7 +25,7 @@ jobs: - name: Install LLVM and Clang uses: KyleMayes/install-llvm-action@1a3da29f56261a1e1f937ec88f0856a9b8321d7e # v1 with: - version: "12.0.1" + version: "14.0" directory: ${{ runner.temp }}/llvm - name: Checkout sources diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 504569a..bc22cc8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: - name: Install LLVM and Clang uses: KyleMayes/install-llvm-action@1a3da29f56261a1e1f937ec88f0856a9b8321d7e # v1 with: - version: "12.0.1" + version: "14.0" directory: ${{ runner.temp }}/llvm - name: Checkout sources