Skip to content

Commit

Permalink
try 18 again
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Dec 10, 2024
1 parent 6aa80a1 commit 2c56a90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- "15"
- "16"
- "17"
- "18"
toolchain:
- stable
os:
Expand Down Expand Up @@ -74,7 +75,7 @@ jobs:
uses: KyleMayes/install-llvm-action@v2
if : matrix.os == 'ubuntu-latest'
with:
version: ${{ matrix.llvm }}.0
version: ${{ matrix.llvm }}
- name: Install LLVM and Clang (macOS)
if : matrix.os == 'macos-13' || matrix.os == 'macos-latest'
run: |
Expand Down

0 comments on commit 2c56a90

Please sign in to comment.