Skip to content

Commit 82e454a

Browse files
committed
Remove H20 from Windows deployment matrix
1 parent a0721fa commit 82e454a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build_houdini.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ jobs:
227227
- os: "windows"
228228
houdini_product_name: "houdini-py39"
229229
houdini_product_version: "20.0"
230+
- os: "windows"
231+
houdini_product_name: "houdini"
232+
houdini_product_version: "20.0"
230233
- houdini_product_name: "houdini-py37"
231234
houdini_product_version: "20.0"
232235
- houdini_product_name: "houdini-py310"

.github/workflows/build_maya.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ jobs:
167167
- os: "windows"
168168
maya_product_name: "maya"
169169
maya_product_version: "2024.2"
170-
171170
steps:
172171
- name: Checkout repository
173172
uses: actions/checkout@v4

0 commit comments

Comments
 (0)