Skip to content

Commit

Permalink
ci: run on the right environment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Jun 11, 2024
1 parent 02f1f03 commit 164f28d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
unit-tests:
name: Run Unit Tests
runs-on: macos-13
runs-on: macos-14
steps:
- name: Install xcbeautify
run: brew install xcbeautify
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ echo "▸ Test ${SCHEME}"

xcodebuild clean test \
-scheme $SCHEME \
-destination 'platform=iOS Simulator,OS=17.4,name=iPhone 15' \
-destination 'platform=iOS Simulator,OS=17.5,name=iPhone 15' \
-sdk iphonesimulator17.4 \
| xcbeautify

0 comments on commit 164f28d

Please sign in to comment.