From f694a9596118046fd58371eceb74dad62bfe152e Mon Sep 17 00:00:00 2001 From: DaMandal0rian Date: Fri, 19 Jan 2024 19:53:57 +0300 Subject: [PATCH] bump llvm version to match mono-repo --- .github/workflows/ci-tests.yml | 7 ++++--- .github/workflows/release.yml | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a808113a..c6ce7c82 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -49,10 +49,11 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # @v3.1.0 # On macOS, we need a proper Clang version, not Apple's custom version without wasm32 support - - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@8852e4d5c58653ed05135c0a5d949d9c2febcb00 # v1.6.1 + - name: Install LLVM and Clang for macOS + uses: KyleMayes/install-llvm-action@be40c5af3a4adc3e4a03199995ab73aa37536712 # v1.9.0 with: - version: "15.0" + # TODO: Switch to LLVM 17 on arm64 runners once https://github.com/KyleMayes/install-llvm-action/issues/61 is resolved + version: 15.0.7 if: runner.os == 'macOS' - name: Install Protoc diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4cc48dc..2fc00a90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,10 +68,11 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # @v3.1.0 # On macOS, we need a proper Clang version, not Apple's custom version without wasm32 support - - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@8852e4d5c58653ed05135c0a5d949d9c2febcb00 # v1.6.1 + - name: Install LLVM and Clang for macOS + uses: KyleMayes/install-llvm-action@be40c5af3a4adc3e4a03199995ab73aa37536712 # v1.9.0 with: - version: "15.0" + # TODO: Switch to LLVM 17 on arm64 runners once https://github.com/KyleMayes/install-llvm-action/issues/61 is resolved + version: 15.0.7 if: runner.os == 'macOS' - name: Install Protoc