From ecb49a2f5478a8ec692aa6242070b1513be7f628 Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Sat, 6 Jul 2024 00:34:48 -0700 Subject: [PATCH] [ci] Use noble as default --- .github/workflows/ci_ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_ubuntu.yml b/.github/workflows/ci_ubuntu.yml index 05f77508e0f01..eaaee9a4f54c4 100644 --- a/.github/workflows/ci_ubuntu.yml +++ b/.github/workflows/ci_ubuntu.yml @@ -37,7 +37,7 @@ jobs: enable_simd: [ON] include: # For code coverage report to Codecov - - os: ubuntu-jammy + - os: ubuntu-noble build_type: Debug codecov: ON check_format: ON