Skip to content

Commit 994f6d6

Browse files
committed
Use noble for clang-20
1 parent 136798f commit 994f6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- { os: 'focal', tag: 'gcc-8', extras: 'g++-8' }
3131
- { os: 'focal', tag: 'gcc-7', extras: 'g++-7' }
3232

33-
- { os: 'jammy', tag: 'clang-20', extras: 'llvm-20' }
33+
- { os: 'noble', tag: 'clang-20', extras: 'llvm-20' }
3434
- { os: 'jammy', tag: 'clang-19', extras: 'llvm-19' }
3535
- { os: 'jammy', tag: 'clang-18', extras: 'llvm-18' }
3636
- { os: 'jammy', tag: 'clang-17', extras: 'llvm-17' }

0 commit comments

Comments
 (0)