Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs authored Feb 23, 2024
1 parent 13cd82b commit ca43e82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
matrix:
include:
- xcode: 15.2
device: iPhone 15 Pro
destination: iPhone 15 Pro
os: 17.2
- xcode: 14.3.1
device: iPhone 14 Pro
destination: iPhone 14 Pro
os: 16.4
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
Expand All @@ -45,7 +45,7 @@ jobs:
xcodebuild build-for-testing\
-scheme Runestone\
-sdk iphonesimulator\
-destination "platform=iOS Simulator,name=${{ matrix.device }},OS=${{ matrix.os }}"\
-destination "platform=iOS Simulator,name=${{ matrix.destination }},OS=${{ matrix.os }}"\
| xcbeautify --renderer github-actions
- name: Test
if: steps.changes.outputs.src == 'true'
Expand All @@ -54,5 +54,5 @@ jobs:
xcodebuild test-without-building\
-scheme Runestone\
-sdk iphonesimulator\
-destination "platform=iOS Simulator,name=${{ matrix.device }},OS=${{ matrix.os }}"\
-destination "platform=iOS Simulator,name=${{ matrix.destination }},OS=${{ matrix.os }}"\
| xcbeautify --renderer github-actions

0 comments on commit ca43e82

Please sign in to comment.