Skip to content

Commit

Permalink
fix(ci): Add matrix to build linux and mac
Browse files Browse the repository at this point in the history
Signed-off-by: yshalsager <[email protected]>
  • Loading branch information
yshalsager committed Dec 11, 2023
1 parent 5fc8dca commit 0fdb0d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
path: AlMufarrigh-${{ runner.os }}-${{ matrix.architecture }}-portable.zip
build-macos:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
python-version: [ "3.10" ]
poetry-version: [ "1.6.1" ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand All @@ -75,6 +80,11 @@ jobs:
path: AlMufarrigh-macOS-app.zip
build-linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ "3.10" ]
poetry-version: [ "1.6.1" ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 0fdb0d7

Please sign in to comment.