From 59a78e32632ea6e9387b1180c8cddcaa00117234 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Wed, 21 Jan 2026 09:35:38 -0700 Subject: [PATCH] CI: remove gmx-2025 builds --- .github/workflows/continuous-integration-workflow.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index fcd007c..bb52427 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -27,8 +27,6 @@ jobs: - {dockerfile: 'opensuse', tag: 'latest', continue-on-error: 'true'} - {dockerfile: 'fedora', tag: 'latest-amd64'} - {dockerfile: 'fedora', tag: 'latest-arm64', arm: 'true'} - - {dockerfile: 'fedora', tag: 'gmx2025_d', build_args: 'GMX_BRANCH=release-2025,GMX_DOUBLE=ON'} - - {dockerfile: 'fedora', tag: 'gmx2025', build_args: 'GMX_BRANCH=release-2025'} - {dockerfile: 'fedora', tag: 'gmx9999_d', build_args: 'GMX_BRANCH=main,GMX_DOUBLE=ON', continue-on-error: 'true'} - {dockerfile: 'fedora', tag: 'gmx9999', build_args: 'GMX_BRANCH=main', continue-on-error: 'true'} - {dockerfile: 'actions', tag: 'latest'}