From f6400b2a5891d77cc4db461dc8d40b2a17736fce Mon Sep 17 00:00:00 2001 From: gg Date: Thu, 15 Jan 2026 16:09:48 -0500 Subject: [PATCH] fail if Ubuntu 24 or 22 builds fail --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ffd888dd..eb37a2df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,6 @@ on: jobs: build-ubuntu-24: name: "Ubuntu 24.04 (Full Features)" - continue-on-error: true runs-on: ubuntu-latest container: image: ubuntu:24.04 @@ -37,7 +36,6 @@ jobs: build-ubuntu-22: name: "Ubuntu 22.04 (Qt 5.15)" - continue-on-error: true runs-on: ubuntu-latest container: image: ubuntu:22.04 -- 2.52.0