From: Karel Zak Date: Fri, 6 Jan 2023 15:51:39 +0000 (+0100) Subject: Revert "CI: update gcc to 12" X-Git-Tag: v2.39-rc1~191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f969750c4ddbd643b7205cb19c75c48849623f1;p=thirdparty%2Futil-linux.git Revert "CI: update gcc to 12" This reverts commit 85c376a4cd102d5c3619ad937fedf80b6527ce36. --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 4c4a7dafac..3df2ca8b05 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -24,8 +24,8 @@ jobs: fail-fast: false matrix: env: - - { COMPILER: "gcc", COMPILER_VERSION: "12", SANITIZE: "yes" } - - { COMPILER: "gcc", COMPILER_VERSION: "12", SANITIZE: "no" } + - { COMPILER: "gcc", COMPILER_VERSION: "10", SANITIZE: "yes" } + - { COMPILER: "gcc", COMPILER_VERSION: "10", SANITIZE: "no" } - { COMPILER: "clang", COMPILER_VERSION: "15", SANITIZE: "yes" } - { COMPILER: "clang", COMPILER_VERSION: "15", SANITIZE: "no" } env: ${{ matrix.env }}