Skip to content

Commit a9a9891

Browse files
authored
Update tests.yml
1 parent f2fc837 commit a9a9891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ jobs:
181181
chmod +x ~/castxml/bin/castxml
182182
183183
# ─── Setup CastXML for Windows ─────────────────────────────────────
184-
- name: Setup CastXML for Windows (x86_64)
185-
if: matrix.os == 'macos-15' && matrix.arch == 'x86_64'
184+
- name: Setup CastXML for Windows (amd64)
185+
if: matrix.os == 'macos-15' && matrix.arch == 'amd64'
186186
run: |
187187
wget -q -O ~/castxml-windows-2025-amd64.zip https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.11/castxml-windows-2025-amd64.zip
188188
unzip -q ~/castxml-windows-2025-amd64.zip -d ~/

0 commit comments

Comments
 (0)