Skip to content

Commit bd29da1

Browse files
committed
make multi-platform
1 parent 26944f2 commit bd29da1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ jobs:
1010
attestations: write
1111

1212
name: Build package
13-
runs-on: ubuntu-latest
13+
strategy:
14+
matrix:
15+
os: [ubuntu-latest, macos-latest, windows-latest]
16+
runs-on: ${{ matrix.os }}
1417
steps:
1518
- uses: actions/checkout@v4
1619
- uses: prefix-dev/setup-pixi@v0.8.2
1720
with:
18-
pixi-version: v0.41.1
21+
pixi-version: v0.41.4
1922

2023
- name: Build the package with rattler-build
2124
run: |

0 commit comments

Comments
 (0)