Skip to content

Commit

Permalink
parallel attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Nov 23, 2024
1 parent 1285641 commit e32d77b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
include:
build: [ apk, bundle, ipa ]
exclude:
- os: ubuntu-latest
android_build: apk
- os: ubuntu-latest
android_build: bundle
build: ipa
- os: macos-latest
build: bundle
- os: macos-latest
build: apk

name: Build
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit e32d77b

Please sign in to comment.