feat: enable multi-platform builds in Bun CI workflow
This commit is contained in:
5
.github/workflows/bun-ci.yml
vendored
5
.github/workflows/bun-ci.yml
vendored
@ -12,7 +12,10 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
Reference in New Issue
Block a user