multiple build targets...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-10-16 14:11:01 +03:00
parent 1ba32c0ecd
commit 40943b1015

View File

@ -11,7 +11,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
@ -39,3 +44,4 @@ jobs:
run: |
gh release create release-latest -t "TEST" ./dist/*