From 192595c82ace33453aff1053c82986cc5e862e3a Mon Sep 17 00:00:00 2001 From: Christophe Favergeon <48906714+christophe0606@users.noreply.github.com> Date: Tue, 14 Jan 2025 07:35:16 +0100 Subject: [PATCH 1/2] Revert C ghaction to ubuntu 22.04 --- .github/workflows/runtest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runtest.yaml b/.github/workflows/runtest.yaml index a4abe51c..4e68d14e 100644 --- a/.github/workflows/runtest.yaml +++ b/.github/workflows/runtest.yaml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: compiler: [AC6, CLANG, GCC] - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout 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 2/2] 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