Skip to content

Commit 59e5a87

Browse files
committed
.
1 parent 8615ada commit 59e5a87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
strategy:
264264
fail-fast: false
265265
matrix:
266-
target: [x86_64, x86]
266+
target: [x64, x86]
267267
steps:
268268
- uses: actions/checkout@v4
269269
- name: Download stub artifact
@@ -274,6 +274,7 @@ jobs:
274274
- uses: actions/setup-python@v5
275275
with:
276276
python-version: 3.12
277+
architecture: ${{ matrix.target }}
277278
- name: Build wheels
278279
uses: PyO3/maturin-action@v1
279280
with:

0 commit comments

Comments
 (0)