Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
diogot committed Feb 14, 2024
1 parent 8b8e592 commit 1575707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
test:
name: 'Run Tests'
runs-on: macos-latest
runs-on: macos-14
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions rake-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ danger:
post_test: 'danger/PostTestDangerfile'

xcode:
version: 14.1
version: 15.2
build_path: build # primarily taken from ENV['ARTIFACTS_PATH'] then here
reports_path: reports # primarily taken from ENV['TEST_REPORTS_PATH'] then here
tests:
scheme: MyWeight
destinations:
- 'platform=iOS Simulator,OS=16.1,name=iPhone 14 Pro'
- 'platform=iOS Simulator,OS=17.2,name=iPhone 14 Pro'
release:
prod:
scheme: MyWeight
Expand Down

0 comments on commit 1575707

Please sign in to comment.