From de2a6ca3e7bb91e5e23ff6f5485490522deec1f2 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 14 Feb 2025 07:52:51 +0100 Subject: [PATCH] CI: skip 2025 docker job, GHA is broken See https://github.com/actions/runner-images/issues/11582 --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f18ac2..fcdafe5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -128,7 +128,8 @@ jobs: strategy: fail-fast: false matrix: - image: [2019, 2022, 2025] + # FIXME: https://github.com/actions/runner-images/issues/11582 + image: [2019, 2022] steps: - name: Checkout code uses: actions/checkout@v4