Skip to content

Commit

Permalink
Merge pull request #70 from ruby/clang-20
Browse files Browse the repository at this point in the history
LLVM-20 begun
  • Loading branch information
shyouhei authored Sep 30, 2024
2 parents 57f307f + c12350a commit 739bc8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- { os: 'focal', tag: 'gcc-8', extras: 'g++-8' }
- { os: 'focal', tag: 'gcc-7', extras: 'g++-7' }

- { os: 'jammy', tag: 'clang-20', extras: 'llvm-20' }
- { os: 'jammy', tag: 'clang-19', extras: 'llvm-19' }
- { os: 'jammy', tag: 'clang-18', extras: 'llvm-18' }
- { os: 'jammy', tag: 'clang-17', extras: 'llvm-17' }
Expand Down

0 comments on commit 739bc8b

Please sign in to comment.