Skip to content

Commit

Permalink
Update GitHub Actions workflow to macOS 15, XCode 16.0 and simulator …
Browse files Browse the repository at this point in the history
…to iOS 18.0
  • Loading branch information
scottohara committed Oct 17, 2024
1 parent 3aeeeba commit 54130e4
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-14
runs-on: macos-15
outputs:
workspace: ${{ github.workspace }}

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

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

0 comments on commit 54130e4

Please sign in to comment.