Skip to content

Commit

Permalink
Try to install llvm-19 to noble
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 17, 2024
1 parent 0a3d971 commit 962a665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- { os: 'focal', tag: 'gcc-8', extras: 'g++-8' }
- { os: 'focal', tag: 'gcc-7', extras: 'g++-7' }

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

0 comments on commit 962a665

Please sign in to comment.