Skip to content

Commit

Permalink
Update GitHub Actions workflow to macOS 14, XCode 15.2 and simulator …
Browse files Browse the repository at this point in the history
…to iOS 17.2
  • Loading branch information
scottohara committed Feb 7, 2024
1 parent b263e80 commit 5c3f477
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
frontend:
name: Test and lint frontend
needs: setup
runs-on: macos-13
runs-on: macos-14
outputs:
workspace: ${{ github.workspace }}

Expand All @@ -46,7 +46,7 @@ jobs:

- name: Lint and test
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.2.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 @@ -72,7 +72,7 @@
},
"config": {
"DEVICE_TYPE_ID": "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max",
"RUNTIME_ID": "com.apple.CoreSimulator.SimRuntime.iOS-17-0"
"RUNTIME_ID": "com.apple.CoreSimulator.SimRuntime.iOS-17-2"
},
"scripts": {
"start": "concurrently --prefix-colors bgBlue.bold,bgYellow.bold,bgGreen.bold npm:web:dev npm:db npm:dev",
Expand Down

0 comments on commit 5c3f477

Please sign in to comment.