Re-enable windows, macos in matrix of release PR

This commit is contained in:
Debanjum Singh Solanky 2022-08-14 06:41:54 +03:00
parent 19294c788a
commit 357b584142

View file

@ -17,7 +17,7 @@ jobs:
publish:
strategy:
matrix:
os: [ubuntu-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3