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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
Reference in New Issue
Block a user