Skip to content

Commit

Permalink
Use non-deprecated package types
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas committed Aug 21, 2024
1 parent 6cf743a commit 3fe5eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
matrix:
include:
- target: ios
packageType: development
packageType: debugging
- target: ios
packageType: app-store
packageType: app-store-connect
- target: android

runs-on: ${{ matrix.target == 'ios' && 'macos-latest' || 'ubuntu-latest' }}
Expand Down

0 comments on commit 3fe5eec

Please sign in to comment.