Skip to content

Commit

Permalink
test-compile: Set oldest clang to 10
Browse files Browse the repository at this point in the history
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
  • Loading branch information
KrystalDelusion authored Jan 19, 2025
1 parent 2403c40 commit 90b1ccf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 90b1ccf

Please sign in to comment.