From 1b027655c5a81ecce9186ceebe9ca16485c47480 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 28 Oct 2024 07:05:20 +0100 Subject: [PATCH] CI: Enable all builds for 24.04 again Signed-off-by: falkTX --- .github/workflows/bootstrap-minimal.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bootstrap-minimal.yml b/.github/workflows/bootstrap-minimal.yml index bbe38bbe..5db06e17 100644 --- a/.github/workflows/bootstrap-minimal.yml +++ b/.github/workflows/bootstrap-minimal.yml @@ -63,8 +63,8 @@ jobs: ubuntu_24_04: strategy: matrix: - # platform: [modduo, modduo-debug, modduo-new, modduo-new-debug, modduo-static, modduox, modduox-debug, modduox-static, modduox-new, modduox-new-debug, moddwarf, moddwarf-debug, moddwarf-new, moddwarf-new-debug, generic-aarch64, generic-aarch64-debug, generic-x86_64, generic-x86_64-debug] - platform: [modduo-new, modduo-new-debug, modduox-new, modduox-new-debug, moddwarf-new, moddwarf-new-debug, generic-aarch64, generic-aarch64-debug, generic-x86_64, generic-x86_64-debug] + # platform: [modduo, modduo-debug, , modduox, modduox-debug, , ] + platform: [modduo-new, modduo-new-debug, modduo-static, modduox-new, modduox-new-debug, modduox-static, moddwarf, moddwarf-debug, moddwarf-new, moddwarf-new-debug, generic-aarch64, generic-aarch64-debug, generic-x86_64, generic-x86_64-debug] runs-on: ubuntu-latest container: image: ubuntu:24.04