diff --git a/.github/workflows/test-compile.yml b/.github/workflows/test-compile.yml index 7d87ab56e..95c6ea4c1 100644 --- a/.github/workflows/test-compile.yml +++ b/.github/workflows/test-compile.yml @@ -38,10 +38,10 @@ jobs: include: # macOS x86 - os: macos-13 - compiler: 'clang' + compiler: 'clang-19' # macOS arm - os: macos-latest - compiler: 'clang' + compiler: 'clang-19' fail-fast: false steps: - name: Checkout Yosys