Skip to content

Commit

Permalink
Update ci-pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 authored Sep 26, 2024
1 parent 676d05b commit 852d398
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@ jobs:
build-swiftpm:
name: Build SwiftPM
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm.yml@main
strategy:
matrix:
destination:
- platform=iOS Simulator,name=iPhone 16,OS=18.0
- platform=watchOS Simulator,name=Apple Watch SE (40mm) (2nd generation),OS=11.0
- platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=18.0
- platform=macOS,arch=arm64
with:
package: OversizeUI
destination: ${{ matrix.destination }}
secrets: inherit

build-iOS-example:
Expand Down

0 comments on commit 852d398

Please sign in to comment.