Skip to content

Commit fb4bc24

Browse files
stopped failing fast, and added Mac intel os
1 parent 154d350 commit fb4bc24

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pixi_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ on:
99
jobs:
1010
test:
1111
strategy:
12+
fail-fast: false
1213
# Test against multiple environments (e.g., different Python versions)
1314
matrix:
1415
environment: [test312, test313, test314]
15-
os: [ubuntu-latest, windows-latest, macos-latest]
16+
os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel]
1617
runs-on: ${{ matrix.os }}
1718

1819
steps:

0 commit comments

Comments
 (0)