This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch hotfix/limit-gcc-analyzer-usage
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/hotfix/limit-gcc-analyzer-usage by this push:
new 2820fdb6b Upgrade to Ubuntu 24.04 to use more recent gcc analyzer.
2820fdb6b is described below
commit 2820fdb6ba649115b6f64e6f72a854fe8ee0d088
Author: PengZheng <[email protected]>
AuthorDate: Tue Feb 10 15:18:45 2026 +0800
Upgrade to Ubuntu 24.04 to use more recent gcc analyzer.
---
.github/workflows/conan_create.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/conan_create.yml
b/.github/workflows/conan_create.yml
index 29123e0cd..3fdcaef49 100644
--- a/.github/workflows/conan_create.yml
+++ b/.github/workflows/conan_create.yml
@@ -17,7 +17,7 @@ env:
jobs:
ubuntu-build:
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix: