From d7091777704b725f9072b84651a3d5c6c79843b2 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Thu, 15 Aug 2024 09:34:23 +1200 Subject: [PATCH] test-compile: Downgrade to focal --- .github/workflows/test-compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-compile.yml b/.github/workflows/test-compile.yml index a892c91ceca..089e65ca757 100644 --- a/.github/workflows/test-compile.yml +++ b/.github/workflows/test-compile.yml @@ -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