test-compile: Set oldest clang to 10

clang-11 through clang-16 fail under 24.04, but clang-10 works, so we can move that up to the oldest supported and drop the extra target for ubuntu-20.04
This commit is contained in:
KrystalDelusion 2025-01-20 11:57:47 +13:00 committed by GitHub
parent 2403c406fb
commit 90b1ccf67b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -30,7 +30,7 @@ jobs:
- ubuntu-latest
compiler:
# oldest supported
- 'clang-16'
- 'clang-10'
- 'gcc-10'
# newest, make sure to update maximum standard step to match
- 'clang-19'
@ -39,9 +39,6 @@ jobs:
# macOS
- os: macos-13
compiler: 'clang'
# oldest clang not available on ubuntu-latest
- os: ubuntu-20.04
compiler: 'clang-10'
fail-fast: false
steps:
- name: Checkout Yosys