From 0848067ff1f739a2583b34aea58a8533060b3af4 Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Wed, 14 Aug 2024 18:53:46 +0800 Subject: [PATCH] CI --- .github/workflows/core_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml index 4711f923..b4d0d936 100644 --- a/.github/workflows/core_build.yml +++ b/.github/workflows/core_build.yml @@ -14,15 +14,15 @@ jobs: matrix: # the result of the matrix will be the combination of all attributes, so we get os*compiler builds include: - - os: ubuntu-20.04 + - os: ubuntu-22.04 c_compiler: clang cpp_compiler: clang++ build_type: Release - - os: ubuntu-20.04 + - os: ubuntu-22.04 c_compiler: gcc cpp_compiler: g++ build_type: Release - - os: ubuntu-latest + - os: ubuntu-24.04 c_compiler: gcc cpp_compiler: g++ build_type: Release