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 8615ada commit 59e5a87Copy full SHA for 59e5a87
1 file changed
.github/workflows/pysplashsurf_CI.yml
@@ -263,7 +263,7 @@ jobs:
263
strategy:
264
fail-fast: false
265
matrix:
266
- target: [x86_64, x86]
+ target: [x64, x86]
267
steps:
268
- uses: actions/checkout@v4
269
- name: Download stub artifact
@@ -274,6 +274,7 @@ jobs:
274
- uses: actions/setup-python@v5
275
with:
276
python-version: 3.12
277
+ architecture: ${{ matrix.target }}
278
- name: Build wheels
279
uses: PyO3/maturin-action@v1
280
0 commit comments