Skip to content

Commit

Permalink
use clang v17
Browse files Browse the repository at this point in the history
  • Loading branch information
james-rms committed Sep 6, 2024
1 parent bb0fc83 commit b777773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
uses: KyleMayes/install-llvm-action@v2
if: "${{ matrix.platform == 'macos-latest' }}"
with:
version: "14"
version: "17"
env: true
- name: Add wasm32 target
run: rustup target add wasm32-unknown-unknown
- name: Checkout
Expand Down

0 comments on commit b777773

Please sign in to comment.