From 484ec66ace7bd5f278eb02c9da44abf79340027e Mon Sep 17 00:00:00 2001 From: Christophe Favergeon <48906714+christophe0606@users.noreply.github.com> Date: Tue, 14 Jan 2025 07:35:48 +0100 Subject: [PATCH] Revert CPP gh action to Ubuntu 22.04 --- .github/workflows/runcpptest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runcpptest.yaml b/.github/workflows/runcpptest.yaml index 486c62e9..0cabd155 100644 --- a/.github/workflows/runcpptest.yaml +++ b/.github/workflows/runcpptest.yaml @@ -18,7 +18,7 @@ jobs: # GCC currently has too many problems with the C++ API compiler: [AC6, CLANG] core: [M0, M4, M55] - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout