diff --git a/.github/workflows/coreaudio-rs.yml b/.github/workflows/coreaudio-rs.yml index 577ea8504..dabc9a817 100644 --- a/.github/workflows/coreaudio-rs.yml +++ b/.github/workflows/coreaudio-rs.yml @@ -6,8 +6,10 @@ jobs: runs-on: macOS-latest steps: - uses: actions/checkout@v4 - - name: Install llvm and clang - run: brew install llvm + - name: Install LLVM and Clang + uses: KyleMayes/install-llvm-action@v2.0 + with: + version: "15.0" - name: Install stable uses: actions-rs/toolchain@v1 with: @@ -34,8 +36,10 @@ jobs: runs-on: macOS-latest steps: - uses: actions/checkout@v4 - - name: Install llvm and clang - run: brew install llvm + - name: Install LLVM and Clang + uses: KyleMayes/install-llvm-action@v2.0 + with: + version: "15.0" - name: Install stable uses: actions-rs/toolchain@v1 with: @@ -54,8 +58,10 @@ jobs: runs-on: macOS-latest steps: - uses: actions/checkout@v4 - - name: Install llvm and clang - run: brew install llvm + - name: Install LLVM and Clang + uses: KyleMayes/install-llvm-action@v2.0 + with: + version: "15.0" - name: Install stable uses: actions-rs/toolchain@v1 with: @@ -74,8 +80,10 @@ jobs: runs-on: macOS-latest steps: - uses: actions/checkout@v4 - - name: Install llvm and clang - run: brew install llvm + - name: Install LLVM and Clang + uses: KyleMayes/install-llvm-action@v2.0 + with: + version: "15.0" - name: Install stable uses: actions-rs/toolchain@v1 with: