Skip to content

Commit 9181907

Browse files
committed
feat: adding 24.1 as a valid image
1 parent 6e73804 commit 9181907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ansys/geometry/core/connection/local_instance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class GeometryContainers(Enum):
6666
LINUX_LATEST = 1, "linux", "linux-latest"
6767
WINDOWS_LATEST_UNSTABLE = 2, "windows", "windows-latest-unstable"
6868
LINUX_LATEST_UNSTABLE = 3, "linux", "linux-latest-unstable"
69+
WINDOWS_24_1 = 4, "windows", "24.1"
6970

7071

7172
class LocalDockerInstance:

0 commit comments

Comments
 (0)