test-compile: Update oldest clang for 24.04

Oldest clang on 24.04 appears to be 16.
This commit is contained in:
KrystalDelusion 2025-01-20 11:07:40 +13:00 committed by GitHub
parent 76d85fefac
commit 37acfce8c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- ubuntu-latest
compiler:
# oldest supported
- 'clang-14'
- 'clang-16'
- 'gcc-10'
# newest, make sure to update maximum standard step to match
- 'clang-18'