3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 09:04:08 +00:00

test-compile: Downgrade to focal

This commit is contained in:
Krystine Sherwin 2024-08-15 09:34:23 +12:00
parent a854903ff0
commit d709177770
No known key found for this signature in database

View file

@ -40,8 +40,8 @@ jobs:
- os: macos-13
compiler: 'clang'
# oldest clang not available on ubuntu-latest
- os: ubuntu-22.04
compiler: 'clang-11'
- os: ubuntu-20.04
compiler: 'clang-10'
fail-fast: false
steps:
- name: Checkout Yosys