Skip to content

Commit

Permalink
Bump LLVM to 18.1.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Jun 18, 2024
1 parent 8a52406 commit 485b8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest', 'macos-11', 'windows-2022']
llvm: ['17.0.5']
os: ['ubuntu-latest', 'macos-12', 'windows-2022']
llvm: ['18.1.7']
steps:
- uses: actions/checkout@v3
- run: ./main.sh
Expand Down

0 comments on commit 485b8ec

Please sign in to comment.