Skip to content

Commit

Permalink
Update GitHub Actions workflow to XCode 15.3 and simulator to iOS 17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scottohara committed Apr 12, 2024
1 parent f81e803 commit 6f66235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Lint and test
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer
run: npm test

- name: Upload test coverage artifact
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"config": {
"DEVICE_TYPE_ID": "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max",
"RUNTIME_ID": "com.apple.CoreSimulator.SimRuntime.iOS-17-2"
"RUNTIME_ID": "com.apple.CoreSimulator.SimRuntime.iOS-17-4"
},
"scripts": {
"start": "concurrently --prefix-colors auto npm:web:dev npm:db npm:dev",
Expand Down

0 comments on commit 6f66235

Please sign in to comment.