Skip to content

Commit 759672f

Browse files
committed
.
1 parent 0d94fde commit 759672f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,9 @@ jobs:
106106
needs: generate-stub
107107
runs-on: ubuntu-24.04
108108
strategy:
109+
fail-fast: false
109110
matrix:
110-
include:
111-
- target: x86_64
112-
- target: x86
113-
- target: aarch64
114-
- target: armv7
111+
target: [x86_64, x86, aarch64, armv7]
115112
steps:
116113
- uses: actions/checkout@v4
117114
- name: Download stub artifact

0 commit comments

Comments
 (0)