diff --git a/.github/workflows/backwards_compatibility.yml b/.github/workflows/backwards_compatibility.yml index 1e6b2506e4..98f313cfcf 100644 --- a/.github/workflows/backwards_compatibility.yml +++ b/.github/workflows/backwards_compatibility.yml @@ -42,8 +42,10 @@ jobs: backend-version: "24.1" - image-tag: "windows-24.2" backend-version: "24.2" - - image-tag: "windows-25.1" - backend-version: "25.1" + # TODO: This has to be reverted once the issue with 25.1 has been solved + # https://github.com/ansys/pyansys-geometry/issues/2167 + # - image-tag: "windows-25.1" + # backend-version: "25.1" - image-tag: "core-windows-25.2" backend-version: "25.2" steps: diff --git a/doc/changelog.d/2168.maintenance.md b/doc/changelog.d/2168.maintenance.md new file mode 100644 index 0000000000..498484973f --- /dev/null +++ b/doc/changelog.d/2168.maintenance.md @@ -0,0 +1 @@ +Remove temporarily 25.1 backwards compatibility checks