From 0fbbba2d301556c92b9362ad6c37561a5ef97c0a Mon Sep 17 00:00:00 2001 From: rtldg <55846624+rtldg@users.noreply.github.com> Date: Mon, 12 May 2025 12:32:09 +0000 Subject: [PATCH] Use Ubuntu 22.04 runners & clang 11 (#47) --- .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 04c02cd..76a07d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,11 +11,11 @@ jobs: build: strategy: matrix: - os: [ubuntu-20.04, windows-2022] + os: [ubuntu-22.04, windows-2022] include: - - os: ubuntu-20.04 - cc: clang-10 - cxx: clang++-10 + - os: ubuntu-22.04 + cc: clang-11 + cxx: clang++-11 - os: windows-2022 cc: msvc fail-fast: false