Skip to content

Commit

Permalink
Update build_example_project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs authored Feb 23, 2024
1 parent ca43e82 commit 5ea16a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_example_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
strategy:
matrix:
include:
- platform: iOS Simulator
- xcode: 15.2
destination: iPhone 15 Pro
xcode: 15.2
- platform: iOS Simulator
os: 17.2
- xcode: 14.3.1
destination: iPhone 14 Pro
xcode: 14.3.1
os: 16.4
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
steps:
Expand All @@ -45,5 +45,5 @@ jobs:
-project Example/Example.xcodeproj\
-scheme Example\
-sdk iphonesimulator\
-destination "platform=${{ matrix.platform }},name=${{ matrix.destination }},OS=latest"\
-destination "platform=iOS Simulator,name=${{ matrix.destination }},OS=${{ matrix.os }}"\
| xcbeautify --renderer github-actions

0 comments on commit 5ea16a6

Please sign in to comment.