From 406e0211a70d62d0ab1de4587e9aababedfa06b9 Mon Sep 17 00:00:00 2001 From: sappho Date: Thu, 2 May 2024 18:51:46 -0400 Subject: [PATCH] Knock linux build down to ubuntu 20.04 for glibc bcompat --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26be303..f5d2a9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,11 +11,11 @@ jobs: build: strategy: matrix: - os: [ubuntu-22.04, windows-2022] + os: [ubuntu-20.04, windows-2022] include: - - os: ubuntu-22.04 - cc: clang - cxx: clang++ + - os: ubuntu-20.04 + cc: clang-10 + cxx: clang++-10 - os: windows-2022 cc: msvc fail-fast: false