From ba6402dd1d145eb388d0effcacd9482b9f666b92 Mon Sep 17 00:00:00 2001 From: Chris Mc Date: Mon, 15 Jul 2024 07:39:02 -0700 Subject: [PATCH] Disable gcc-4.8 since node20 is now required --- .github/workflows/targets.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/targets.yml b/.github/workflows/targets.yml index dfda4986f..c58ab7cad 100644 --- a/.github/workflows/targets.yml +++ b/.github/workflows/targets.yml @@ -15,6 +15,7 @@ on: jobs: gcc-4-8: + if: false # There's no existing image with node20 and gcc4.8 https://github.com/actions/checkout/issues/1809 name: GCC 4.8 runs-on: ubuntu-latest container: