We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fc837 commit a9a9891Copy full SHA for a9a9891
.github/workflows/tests.yml
@@ -181,8 +181,8 @@ jobs:
181
chmod +x ~/castxml/bin/castxml
182
183
# ─── Setup CastXML for Windows ─────────────────────────────────────
184
- - name: Setup CastXML for Windows (x86_64)
185
- if: matrix.os == 'macos-15' && matrix.arch == 'x86_64'
+ - name: Setup CastXML for Windows (amd64)
+ if: matrix.os == 'macos-15' && matrix.arch == 'amd64'
186
run: |
187
wget -q -O ~/castxml-windows-2025-amd64.zip https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.11/castxml-windows-2025-amd64.zip
188
unzip -q ~/castxml-windows-2025-amd64.zip -d ~/
0 commit comments